mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +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
|
#else
|
||||||
PopSetSystemPowerState(PowerSystemShutdown);
|
PopSetSystemPowerState(PowerSystemShutdown);
|
||||||
|
|
||||||
Ke386DisableInterrupts();
|
|
||||||
|
|
||||||
while (TRUE)
|
while (TRUE)
|
||||||
{
|
{
|
||||||
;
|
Ke386DisableInterrupts();
|
||||||
|
Ke386HaltProcessor();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue