[NTOS]: Zeroed pages should go at the front, not the back of the zero list. Going to the back is a special boot-only case on MP, which isn't supported. Implement zero-only version of MiInsertPageInList, remove MiInsertZeroPageAtBack.

[NTOS]: Remove many other deprecated functions. Physical memory consistency should now be higher than in the past.

svn path=/trunk/; revision=48919
This commit is contained in:
Sir Richard 2010-09-28 14:38:30 +00:00
parent 354ad6b9eb
commit 5b9cd7fcae
6 changed files with 82 additions and 430 deletions

View file

@ -920,15 +920,9 @@ MiUnmapLockedPagesInUserSpace(
VOID
NTAPI
MiInsertInListTail(
MiInsertPageInList(
IN PMMPFNLIST ListHead,
IN PMMPFN Entry
);
VOID
NTAPI
MiInsertZeroListAtBack(
IN PFN_NUMBER PageIndex
IN PFN_NUMBER PageFrameIndex
);
VOID