Kernel: Update comment about what the MM lock protects

This commit is contained in:
Andreas Kling 2022-08-24 12:24:12 +02:00
parent da24a937f5
commit 2607a6a4bd
Notes: sideshowbarker 2024-07-17 07:48:48 +09:00

View file

@ -62,8 +62,6 @@ static MemoryManager* s_the;
// The MM lock protects:
// - all data members of MemoryManager
// - the quickmap mechanism
// - the PTE/PDE mapping mechanism
RecursiveSpinlock s_mm_lock { LockRank::MemoryManager };
MemoryManager& MemoryManager::the()