mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +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:
@@ -679,6 +679,9 @@ MainLoop:
|
||||
#endif
|
||||
jz CheckSchedule
|
||||
|
||||
mov cl, DISPATCH_LEVEL
|
||||
call @HalClearSoftwareInterrupt@4
|
||||
|
||||
/* Handle the above */
|
||||
lea ecx, [ebx+KPCR_PRCB_DATA]
|
||||
call @KiRetireDpcList@4
|
||||
|
||||
Reference in New Issue
Block a user