- fix mp hal too
[reactos.git] / reactos / hal / halx86 / mp / processor_mp.c
index 0e0493d..82fe585 100644 (file)
 
 /* INCLUDES *****************************************************************/
 
-#define NDEBUG
 #include <hal.h>
+#define NDEBUG
+#include <debug.h>
 
 /* FUNCTIONS *****************************************************************/
 
 VOID STDCALL
 HalInitializeProcessor(ULONG ProcessorNumber,
-                      PVOID /*PLOADER_PARAMETER_BLOCK*/ LoaderBlock)
+                       PLOADER_PARAMETER_BLOCK LoaderBlock)
 {
    ULONG CPU;