We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 542640e commit fff265aCopy full SHA for fff265a
Kernel/Memory/MemoryManager.h
@@ -100,6 +100,7 @@ struct MemoryManagerData {
100
PhysicalAddress m_last_quickmap_pt;
101
};
102
103
+// NOLINTNEXTLINE(readability-redundant-declaration) FIXME: Why do we declare this here *and* in Thread.h?
104
extern RecursiveSpinlock s_mm_lock;
105
106
// This class represents a set of committed physical pages.
0 commit comments