mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
- Clear DPC request when delivering DPCs from the idle loop
(by Alex Ionescu). svn path=/trunk/; revision=26152
This commit is contained in:
parent
b3f670a641
commit
fed3766e68
1 changed files with 3 additions and 0 deletions
|
@ -679,6 +679,9 @@ MainLoop:
|
||||||
#endif
|
#endif
|
||||||
jz CheckSchedule
|
jz CheckSchedule
|
||||||
|
|
||||||
|
mov cl, DISPATCH_LEVEL
|
||||||
|
call @HalClearSoftwareInterrupt@4
|
||||||
|
|
||||||
/* Handle the above */
|
/* Handle the above */
|
||||||
lea ecx, [ebx+KPCR_PRCB_DATA]
|
lea ecx, [ebx+KPCR_PRCB_DATA]
|
||||||
call @KiRetireDpcList@4
|
call @KiRetireDpcList@4
|
||||||
|
|
Loading…
Reference in a new issue