forked from xt-sys/exectos
Consolidate paging-related globals into MmpPageMapInfo
This commit is contained in:
@@ -31,9 +31,6 @@ MmInitializeMemoryManager(VOID)
|
||||
KePanic(0);
|
||||
}
|
||||
|
||||
/* Store Page Map Level */
|
||||
MmPageMapLevel = KeInitializationBlock->LoaderInformation.PageMapLevel;
|
||||
|
||||
/* Proceed with architecture specific initialization */
|
||||
MmpInitializeArchitecture();
|
||||
}
|
||||
|
Reference in New Issue
Block a user