mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 20:16:04 +00:00
[NTOS]: Don't use MmAllocPage for the first paged pool PDE, instead, use MiRemoveZeroPage.
[NTOS]: Use MiInitializePfnForOtherProcess to setup the first paged pool PDE. svn path=/trunk/; revision=47622
This commit is contained in:
parent
49448736a2
commit
abefb827e7
2 changed files with 13 additions and 4 deletions
|
@ -743,6 +743,12 @@ MiRemoveAnyPage(
|
|||
IN ULONG Color
|
||||
);
|
||||
|
||||
PFN_NUMBER
|
||||
NTAPI
|
||||
MiRemoveZeroPage(
|
||||
IN ULONG Color
|
||||
);
|
||||
|
||||
VOID
|
||||
NTAPI
|
||||
MiInsertPageInFreeList(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue