[NTOSKRNL] Define the Mm global variables related to Cc on Mm init.
authorPierre Schweitzer <pierre@reactos.org>
Tue, 6 Feb 2018 12:38:55 +0000 (13:38 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Tue, 6 Feb 2018 12:41:23 +0000 (13:41 +0100)
commitd56a24908908b574852091af0b8bd9dca7bc1165
treecad66b5375b7453e25c9492e55e9e477c2897f3a
parent64d32eab27ce87995e3ddd0dd487bfe6586eaef1
[NTOSKRNL] Define the Mm global variables related to Cc on Mm init.
This means that MmSystemCacheStart, MmSystemCacheEnd, MmSizeOfSystemCacheInPages
have now a valid value.
System cache is not used atm the moment though. MmMapViewInSystemCache() is to
be implemented, and Cc is to be made aware of this.

CORE-14259
ntoskrnl/include/internal/i386/mm.h
ntoskrnl/mm/ARM3/mminit.c
ntoskrnl/mm/mminit.c