From 5d5e6d95d9f3aa82e9dcf568bb8b868abb68d13d Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sun, 11 Oct 2009 20:40:19 +0000 Subject: [PATCH] - Woooops, fix MP hal build. svn path=/trunk/; revision=43381 --- reactos/hal/halx86/mp/processor_mp.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/reactos/hal/halx86/mp/processor_mp.c b/reactos/hal/halx86/mp/processor_mp.c index 9c02b5f25ad..126bccbcbf6 100644 --- a/reactos/hal/halx86/mp/processor_mp.c +++ b/reactos/hal/halx86/mp/processor_mp.c @@ -18,6 +18,17 @@ #define NDEBUG #include +/* PRIVATE FUNCTIONS *********************************************************/ + +VOID +NTAPI +HaliHaltSystem(VOID) +{ + /* Disable interrupts and halt the CPU */ + _disable(); + __halt(); +} + /* FUNCTIONS *****************************************************************/ VOID NTAPI