mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
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: 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
Add a link
Reference in a new issue