mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:43:08 +00:00
[HAL] Fix build with CONFIG_SMP
This commit is contained in:
parent
d0f6d2cf6e
commit
a0fb02f7f3
4 changed files with 15 additions and 31 deletions
|
@ -3,7 +3,7 @@
|
|||
* LICENSE: GPL - See COPYING in the top level directory
|
||||
* FILE: boot/freeldr/freeldr/arch/i386/ntoskrnl.c
|
||||
* PURPOSE: NTOS glue routines for the MINIHAL library
|
||||
* PROGRAMMERS: Hervé Poussineau <hpoussin@reactos.org>
|
||||
* PROGRAMMERS: Hervé Poussineau <hpoussin@reactos.org>
|
||||
*/
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
@ -25,14 +25,7 @@ KeInitializeEvent(
|
|||
|
||||
VOID
|
||||
FASTCALL
|
||||
KiAcquireSpinLock(
|
||||
IN PKSPIN_LOCK SpinLock)
|
||||
{
|
||||
}
|
||||
|
||||
VOID
|
||||
FASTCALL
|
||||
KiReleaseSpinLock(
|
||||
KefAcquireSpinLockAtDpcLevel(
|
||||
IN PKSPIN_LOCK SpinLock)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue