[HAL] Fix build with CONFIG_SMP
[reactos.git] / boot / freeldr / freeldr / arch / i386 / ntoskrnl.c
index 4a846f0..e44fa77 100644 (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)
 {
 }