mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Allocate pages beginning from the top of memory
svn path=/trunk/; revision=1710
This commit is contained in:
parent
d60628a01b
commit
1e02a7d8d9
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ MmAllocPage(SWAPENTRY SavedSwapEntry)
|
|||
|
||||
DPRINT("MmAllocPage()\n");
|
||||
|
||||
ListEntry = ExInterlockedRemoveHeadList(&FreePageListHead,
|
||||
ListEntry = ExInterlockedRemoveTailList(&FreePageListHead,
|
||||
&PageListLock);
|
||||
DPRINT("ListEntry %x\n",ListEntry);
|
||||
if (ListEntry == NULL)
|
||||
|
|
Loading…
Reference in a new issue