mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
Lower the irql on exit in KeInsertQueueDpc.
svn path=/trunk/; revision=20885
This commit is contained in:
@@ -179,8 +179,8 @@ KeInsertQueueDpc(PKDPC Dpc,
|
||||
|
||||
/* Check if this is a Thread DPC, which we don't support (yet) */
|
||||
if (Dpc->Type == ThreadedDpcObject) {
|
||||
return FALSE;
|
||||
KeLowerIrql(OldIrql);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
||||
Reference in New Issue
Block a user