Implement initial memory manager infrastructure #24

Open
harraiken wants to merge 169 commits from memmgr into master
Showing only changes of commit 46576398a2 - Show all commits

View File

@@ -203,7 +203,7 @@ MM::Pfn::DecrementReferenceCount(IN PMMPFN PageFrameNumber,
else else
{ {
/* Link clean page to the standby list */ /* Link clean page to the standby list */
LinkPage(&StandbyPagesList, PageFrameIndex) LinkPage(&StandbyPagesList, PageFrameIndex);
} }
} }
} }