[NTOSKRNL] Define the Mm global variables related to Cc on Mm init.
[reactos.git] / ntoskrnl / mm / mminit.c
index 7f756cb..e0166ee 100644 (file)
@@ -154,6 +154,9 @@ MiDbgDumpAddressSpace(VOID)
     DPRINT1("          0x%p - 0x%p\t%s\n",
             HYPER_SPACE, HYPER_SPACE_END,
             "Hyperspace");
+    DPRINT1("          0x%p - 0x%p\t%s\n",
+            MmSystemCacheStart, MmSystemCacheEnd,
+            "System Cache");
     DPRINT1("          0x%p - 0x%p\t%s\n",
             MmPagedPoolStart,
             (ULONG_PTR)MmPagedPoolStart + MmSizeOfPagedPoolInBytes,