Consolidate paging-related globals into MmpPageMapInfo

This commit is contained in:
2025-08-16 20:14:18 +02:00
parent 1dcd3fceed
commit 6a330e38f2
3 changed files with 4 additions and 13 deletions

View File

@@ -31,9 +31,6 @@ MmInitializeMemoryManager(VOID)
KePanic(0);
}
/* Store Page Map Level */
MmPageMapLevel = KeInitializationBlock->LoaderInformation.PageMapLevel;
/* Proceed with architecture specific initialization */
MmpInitializeArchitecture();
}