Big merge: thanks alex and greatlord. Not a complete merge but most
[reactos.git] / reactos / ntoskrnl / ex / power.c
index fe0fe8b..688b688 100644 (file)
@@ -36,7 +36,9 @@ KiHaltProcessorDpcRoutine(IN PKDPC Dpc,
    while (TRUE)
      {
        KfRaiseIrql(SYNCH_LEVEL);
+#ifdef _M_IX86
        Ke386HaltProcessor();
+#endif
      }
 }