mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
stop wasting power at shutdown
svn path=/trunk/; revision=10629
This commit is contained in:
@@ -49,11 +49,10 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
|
||||
#else
|
||||
PopSetSystemPowerState(PowerSystemShutdown);
|
||||
|
||||
Ke386DisableInterrupts();
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
;
|
||||
Ke386DisableInterrupts();
|
||||
Ke386HaltProcessor();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user