mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[NTOS:KE] KeRemoveQueueDpc(): Use KeRestoreInterrupts()
This commit is contained in:
+1
-1
@@ -905,7 +905,7 @@ KeRemoveQueueDpc(IN PKDPC Dpc)
|
||||
}
|
||||
|
||||
/* Re-enable interrupts */
|
||||
if (Enable) _enable();
|
||||
KeRestoreInterrupts(Enable);
|
||||
|
||||
/* Return if the DPC was in the queue or not */
|
||||
return DpcData ? TRUE : FALSE;
|
||||
|
||||
Reference in New Issue
Block a user