Fixed idle loop to use HLT to save power and cpu time under vmware

svn path=/trunk/; revision=2846
This commit is contained in:
Phillip Susi
2002-04-14 16:01:19 +00:00
parent 03c68cbfb4
commit 9c79266654
+1
View File
@@ -39,6 +39,7 @@ PsIdleThreadMain(PVOID Context)
KeLowerIrql(oldlvl);
}
NtYieldExecution();
__asm__( "hlt" );
}
}