Introduce page coloring support to memory manager
This commit is contained in:
@@ -54,6 +54,9 @@ MM::Manager::InitializeMemoryManager(VOID)
|
||||
KE::Crash::Panic(0);
|
||||
}
|
||||
|
||||
/* Compute page colors to reduce CPU cache conflicts */
|
||||
MM::Colors::ComputePageColoring();
|
||||
|
||||
/* Compute allocation size for the PFN database */
|
||||
MM::Pfn::ComputePfnDatabaseSize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user