mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 20:43:18 +00:00
stop wasting power at shutdown
svn path=/trunk/; revision=10629
This commit is contained in:
parent
0f057d10d9
commit
818dcf2277
1 changed files with 2 additions and 3 deletions
|
@ -49,11 +49,10 @@ NtShutdownSystem(IN SHUTDOWN_ACTION Action)
|
|||
#else
|
||||
PopSetSystemPowerState(PowerSystemShutdown);
|
||||
|
||||
Ke386DisableInterrupts();
|
||||
|
||||
while (TRUE)
|
||||
{
|
||||
;
|
||||
Ke386DisableInterrupts();
|
||||
Ke386HaltProcessor();
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue