mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- 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:
parent
e4202a6eec
commit
6c6eb6e82e
1 changed files with 1 additions and 1 deletions
|
@ -290,6 +290,6 @@ KeUpdateRunTime(IN PKTRAP_FRAME TrapFrame,
|
|||
// Schedule a quantum end
|
||||
//
|
||||
Prcb->QuantumEnd = 1;
|
||||
//HalRequestSoftwareInterrupt(DISPATCH_LEVEL);
|
||||
HalRequestSoftwareInterrupt(DISPATCH_LEVEL);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue