mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +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
|
@ -150,9 +150,6 @@ PageDirectory::PageDirectory(Process& process, const RangeAllocator* parent_rang
|
|||
|
||||
PageDirectory::~PageDirectory()
|
||||
{
|
||||
#ifdef MM_DEBUG
|
||||
dbg() << "MM: ~PageDirectory K" << this;
|
||||
#endif
|
||||
ScopedSpinLock lock(s_mm_lock);
|
||||
if (m_process)
|
||||
cr3_map().remove(cr3());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue