Temporary fix a call to KeUpdateSystemTime(), passing third CLOCK_INCREMENT's value (100000) as third param.

svn path=/trunk/; revision=23683
This commit is contained in:
Aleksey Bragin 2006-08-24 09:32:32 +00:00
parent be7b345087
commit 1b82756b34

View file

@ -818,7 +818,7 @@ MpsTimerHandler(ULONG Vector, PKIRQ_TRAPFRAME Trapframe)
MpsIRQTrapFrameToTrapFrame(Trapframe, &KernelTrapFrame);
if (KeGetCurrentProcessorNumber() == 0)
{
KeUpdateSystemTime(&KernelTrapFrame, oldIrql);
KeUpdateSystemTime(&KernelTrapFrame, oldIrql, 100000); // FIXME: CLOCK_INCREMENT?
}
else
{