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…
==============================================================================
--- 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();