[HAL] Fix build with CONFIG_SMP

This commit is contained in:
Timo Kreuzer 2021-06-06 15:37:47 +02:00
parent d0f6d2cf6e
commit a0fb02f7f3
4 changed files with 15 additions and 31 deletions

View file

@ -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)
{
}