Sfoglia il codice sorgente

Kernel: Update comment about what the MM lock protects

Andreas Kling 2 anni fa
parent
commit
2607a6a4bd
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  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:
 // - all data members of MemoryManager
-// - the quickmap mechanism
-// - the PTE/PDE mapping mechanism
 RecursiveSpinlock s_mm_lock { LockRank::MemoryManager };
 
 MemoryManager& MemoryManager::the()