mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Allocate pages beginning from the top of memory
svn path=/trunk/; revision=1710
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user