mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Moved KiTimerSystemAuditing flag to main.c.
svn path=/trunk/; revision=10321
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user