mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fixed idle loop to use HLT to save power and cpu time under vmware
svn path=/trunk/; revision=2846
This commit is contained in:
@@ -39,6 +39,7 @@ PsIdleThreadMain(PVOID Context)
|
||||
KeLowerIrql(oldlvl);
|
||||
}
|
||||
NtYieldExecution();
|
||||
__asm__( "hlt" );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user