mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Fix counting of MmStats.NrFreePages.
svn path=/trunk/; revision=32417
This commit is contained in:
@@ -380,6 +380,7 @@ MmInitializePageList(VOID)
|
||||
{
|
||||
RemoveEntryList(&MmPageArray[i].ListEntry);
|
||||
UnzeroedPageCount--;
|
||||
MmStats.NrFreePages--;
|
||||
}
|
||||
|
||||
/* Mark it as used kernel memory */
|
||||
|
||||
Reference in New Issue
Block a user