mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
Kernel: Remove MM_DEBUG debug spam code
This was too spammy to ever actually be used anyway.
This commit is contained in:
parent
7c4ddecacb
commit
f7435dd95f
6 changed files with 1 additions and 77 deletions
|
@ -50,10 +50,6 @@ void PhysicalPage::return_to_freelist() const
|
|||
MM.deallocate_supervisor_physical_page(*this);
|
||||
else
|
||||
MM.deallocate_user_physical_page(*this);
|
||||
|
||||
#ifdef MM_DEBUG
|
||||
dbgln("MM: {} released to freelist", m_paddr);
|
||||
#endif
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue