1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-03 05:02:14 +00:00

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

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