mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
Fix counting of MmStats.NrFreePages.
svn path=/trunk/; revision=32417
This commit is contained in:
parent
7a70a9faa2
commit
3c9d01e308
1 changed files with 1 additions and 0 deletions
|
@ -380,6 +380,7 @@ MmInitializePageList(VOID)
|
|||
{
|
||||
RemoveEntryList(&MmPageArray[i].ListEntry);
|
||||
UnzeroedPageCount--;
|
||||
MmStats.NrFreePages--;
|
||||
}
|
||||
|
||||
/* Mark it as used kernel memory */
|
||||
|
|
Loading…
Reference in a new issue