Kernel: Update comment about what the MM lock protects
This commit is contained in:
parent
da24a937f5
commit
2607a6a4bd
Notes:
sideshowbarker
2024-07-17 07:48:48 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2607a6a4bd
1 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue