Moved KiTimerSystemAuditing flag to main.c.

svn path=/trunk/; revision=10321
This commit is contained in:
James Tabor
2004-07-30 19:29:18 +00:00
parent 3ba2c74617
commit 1cac450d4c
-5
View File
@@ -22,7 +22,6 @@
HANDLE PsIdleThreadHandle = NULL;
extern ULONG DpcQueueSize;
PETHREAD PiIdleThread;
extern CHAR KiTimerSystemAuditing;
/* FUNCTIONS *****************************************************************/
@@ -42,10 +41,6 @@ PsIdleThreadMain(PVOID Context)
KiDispatchInterrupt();
KeLowerIrql(oldlvl);
}
/*
* Tell ke/timer.c it's okay to run.
*/
KiTimerSystemAuditing = 1;
NtYieldExecution();