Allocate pages beginning from the top of memory

svn path=/trunk/; revision=1710
This commit is contained in:
David Welch 2001-03-18 19:37:54 +00:00
parent d60628a01b
commit 1e02a7d8d9

View file

@ -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)