- Woooops, fix MP hal build.

svn path=/trunk/; revision=43381
This commit is contained in:
Stefan Ginsberg 2009-10-11 20:40:19 +00:00
parent 31c45b85d7
commit 5d5e6d95d9

View file

@ -18,6 +18,17 @@
#define NDEBUG
#include <debug.h>
/* PRIVATE FUNCTIONS *********************************************************/
VOID
NTAPI
HaliHaltSystem(VOID)
{
/* Disable interrupts and halt the CPU */
_disable();
__halt();
}
/* FUNCTIONS *****************************************************************/
VOID NTAPI