[ros-diffs] [arty] 29945: lower IRQL at appropriate time.

arty at svn.reactos.org arty at svn.reactos.org
Mon Oct 29 00:23:52 CET 2007


Author: arty
Date: Mon Oct 29 02:23:51 2007
New Revision: 29945

URL: http://svn.reactos.org/svn/reactos?rev=29945&view=rev
Log:
lower IRQL at appropriate time.

Modified:
    trunk/reactos/ntoskrnl/ke/powerpc/kiinit.c

Modified: trunk/reactos/ntoskrnl/ke/powerpc/kiinit.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/ke/powerpc/kiinit.c?rev=29945&r1=29944&r2=29945&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/ke/powerpc/kiinit.c (original)
+++ trunk/reactos/ntoskrnl/ke/powerpc/kiinit.c Mon Oct 29 02:23:51 2007
@@ -141,6 +141,9 @@
         /* Set the current MP Master KPRCB to the Boot PRCB */
         Prcb->MultiThreadSetMaster = Prcb;
 
+        /* Lower to APC_LEVEL */
+        KeLowerIrql(APC_LEVEL);
+
         /* Initialize portable parts of the OS */
         KiInitSystem();
 




More information about the Ros-diffs mailing list