- Clear DPC request when delivering DPCs from the idle loop

(by Alex Ionescu).

svn path=/trunk/; revision=26152
This commit is contained in:
Aleksey Bragin 2007-03-21 21:28:58 +00:00
parent b3f670a641
commit fed3766e68

View file

@ -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