[ros-diffs] [hbirr] 20885: Lower the irql on exit in KeInsertQueueDpc.

hbirr at svn.reactos.org hbirr at svn.reactos.org
Sun Jan 15 09:53:17 CET 2006


Lower the irql on exit in KeInsertQueueDpc.
Modified: trunk/reactos/ntoskrnl/ke/dpc.c
  _____  

Modified: trunk/reactos/ntoskrnl/ke/dpc.c
--- trunk/reactos/ntoskrnl/ke/dpc.c	2006-01-15 08:51:20 UTC (rev
20884)
+++ trunk/reactos/ntoskrnl/ke/dpc.c	2006-01-15 08:53:01 UTC (rev
20885)
@@ -179,8 +179,8 @@

 
     /* Check if this is a Thread DPC, which we don't support (yet) */
     if (Dpc->Type == ThreadedDpcObject) {
+        KeLowerIrql(OldIrql);
         return FALSE;
-        KeLowerIrql(OldIrql);
     }
 
 #ifdef CONFIG_SMP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20060115/9c531272/attachment.html


More information about the Ros-diffs mailing list