mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
Kernel: Update comment about what the MM lock protects
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user