Initialize system PTEs with arch-specific list terminator
This commit is contained in:
committed by
CodingWorkshop Signing Team
parent
4aa841650a
commit
4f6e8bc07a
@@ -97,6 +97,9 @@ MMPFNLIST MM::Pfn::ZeroedPagesList = {0, ZeroedPageList, MAXULONG_PTR, MAXULONG_
|
||||
/* Array of lists for available System PTEs, separated by pool type */
|
||||
MMPTE MM::Pte::FirstSystemFreePte[MaximumPtePoolTypes];
|
||||
|
||||
/* PTE list terminator */
|
||||
ULONG_PTR MM::Pte::ListTerminator;
|
||||
|
||||
/* Virtual base address of the System PTE space */
|
||||
PMMPTE MM::Pte::SystemPteBase;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user