mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
Kernel/MM: Remove "Initialize MMU" message
This message was added in 95c469ca4c so the startup debug messages were
the same as on AArch64.
However, this message doesn't really make sense, as the MMU is already
initialized. It also doesn't match the style of most other startup
messages.
I don't think this message is necessary, so simply remove it.
This commit is contained in:
@@ -1047,7 +1047,6 @@ void MemoryManager::release_pte(PageDirectory& page_directory, VirtualAddress va
|
||||
|
||||
UNMAP_AFTER_INIT void MemoryManager::initialize(u32 cpu)
|
||||
{
|
||||
dmesgln("Initialize MMU");
|
||||
ProcessorSpecific<MemoryManagerData>::initialize();
|
||||
|
||||
if (cpu == 0) {
|
||||
|
||||
Reference in New Issue
Block a user