Replace ULONG with PFN_COUNT in system PTE variables

This commit is contained in:
2026-01-05 16:48:26 +01:00
committed by CodingWorkshop Signing Team
parent ec27cb7f76
commit 6accbfd2ae
4 changed files with 19 additions and 18 deletions

View File

@@ -107,7 +107,7 @@ PMMPTE MM::Pte::SystemPtesEnd[MaximumPtePoolTypes];
PMMPTE MM::Pte::SystemPtesStart[MaximumPtePoolTypes];
/* Total count of available System PTEs */
ULONG MM::Pte::TotalSystemFreePtes[MaximumPtePoolTypes];
PFN_COUNT MM::Pte::TotalSystemFreePtes[MaximumPtePoolTypes];
/* Template PTE entry containing standard flags for a valid, present kernel page */
MMPTE MM::Pte::ValidPte;