Various fixex to make HEAD compile.
[reactos.git] / reactos / hal / halx86 / generic / processor.c
index 2ebabfc..f99bcd1 100644 (file)
@@ -39,7 +39,9 @@ BOOLEAN STDCALL
 HalStartNextProcessor(ULONG Unknown1,
                      ULONG ProcessorStack)
 {
+#if 0
   DPRINT("HalStartNextProcessor(%x %x)\n", ProcessorNumber, ProcessorStack);
+#endif
 
   return TRUE;
 }