stop wasting power at shutdown

svn path=/trunk/; revision=10629
This commit is contained in:
Mike Nordell 2004-08-21 15:29:08 +00:00
parent 0f057d10d9
commit 818dcf2277

View file

@ -49,11 +49,10 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
#else
PopSetSystemPowerState(PowerSystemShutdown);
Ke386DisableInterrupts();
while (TRUE)
{
;
Ke386DisableInterrupts();
Ke386HaltProcessor();
}
#endif
}