mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[NTOS:KE] KeRemoveQueueDpc(): Use KeRestoreInterrupts()
This commit is contained in:
parent
da59d797d1
commit
08ed0988ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue