mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
[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:
parent
354ad6b9eb
commit
5b9cd7fcae
6 changed files with 82 additions and 430 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue