mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:52:56 +00:00
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:
parent
be7b345087
commit
1b82756b34
1 changed files with 1 additions and 1 deletions
|
@ -818,7 +818,7 @@ MpsTimerHandler(ULONG Vector, PKIRQ_TRAPFRAME Trapframe)
|
||||||
MpsIRQTrapFrameToTrapFrame(Trapframe, &KernelTrapFrame);
|
MpsIRQTrapFrameToTrapFrame(Trapframe, &KernelTrapFrame);
|
||||||
if (KeGetCurrentProcessorNumber() == 0)
|
if (KeGetCurrentProcessorNumber() == 0)
|
||||||
{
|
{
|
||||||
KeUpdateSystemTime(&KernelTrapFrame, oldIrql);
|
KeUpdateSystemTime(&KernelTrapFrame, oldIrql, 100000); // FIXME: CLOCK_INCREMENT?
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue