Просмотр исходного кода

Kernel: Update comment about what the MM lock protects

Andreas Kling 2 лет назад
Родитель
Сommit
2607a6a4bd
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      Kernel/Memory/MemoryManager.cpp

+ 0 - 2
Kernel/Memory/MemoryManager.cpp

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