- Does now fire off a DPC when quantum has ended this works good now after have the major trap fixes been done earlier.

svn path=/trunk/; revision=34455
This commit is contained in:
ReactOS Portable Systems Group 2008-07-13 08:28:05 +00:00
parent e4202a6eec
commit 6c6eb6e82e

View file

@ -290,6 +290,6 @@ KeUpdateRunTime(IN PKTRAP_FRAME TrapFrame,
// Schedule a quantum end
//
Prcb->QuantumEnd = 1;
//HalRequestSoftwareInterrupt(DISPATCH_LEVEL);
HalRequestSoftwareInterrupt(DISPATCH_LEVEL);
}
}