mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
lower IRQL at appropriate time.
svn path=/trunk/; revision=29945
This commit is contained in:
@@ -141,6 +141,9 @@ KiInitializeKernel(IN PKPROCESS InitProcess,
|
||||
/* 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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user