[ros-diffs] [fireball] 23683: Temporary fix a call to KeUpdateSystemTime(), passing third CLOCK_INCREMENT's value (100000) as third param.
fireball at svn.reactos.org
fireball at svn.reactos.org
Thu Aug 24 11:32:33 CEST 2006
Author: fireball
Date: Thu Aug 24 13:32:32 2006
New Revision: 23683
URL: http://svn.reactos.org/svn/reactos?rev=23683&view=rev
Log:
Temporary fix a call to KeUpdateSystemTime(), passing third CLOCK_INCREMENT's value (100000) as third param.
Modified:
trunk/reactos/hal/halx86/mp/apic.c
Modified: trunk/reactos/hal/halx86/mp/apic.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/hal/halx86/mp/apic.c?rev=23683&r1=23682&r2=23683&view=diff
==============================================================================
--- trunk/reactos/hal/halx86/mp/apic.c (original)
+++ trunk/reactos/hal/halx86/mp/apic.c Thu Aug 24 13:32:32 2006
@@ -818,7 +818,7 @@
MpsIRQTrapFrameToTrapFrame(Trapframe, &KernelTrapFrame);
if (KeGetCurrentProcessorNumber() == 0)
{
- KeUpdateSystemTime(&KernelTrapFrame, oldIrql);
+ KeUpdateSystemTime(&KernelTrapFrame, oldIrql, 100000); // FIXME: CLOCK_INCREMENT?
}
else
{
More information about the Ros-diffs
mailing list