Kernel: Remove MM_DEBUG debug spam code

This was too spammy to ever actually be used anyway.
This commit is contained in:
Andreas Kling 2021-01-11 22:08:50 +01:00
commit f7435dd95f
Notes: sideshowbarker 2024-07-18 23:55:16 +09:00
6 changed files with 1 additions and 77 deletions

View file

@ -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());