Lower the irql on exit in KeInsertQueueDpc.

svn path=/trunk/; revision=20885
This commit is contained in:
Hartmut Birr 2006-01-15 08:53:01 +00:00
parent aab50d9dd5
commit 244b5bb3cc

View file

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