Do not use paged pool at page fault time; see bug report #2252.

svn path=/trunk/; revision=26841
This commit is contained in:
Dmitry Gorbachev
2007-05-19 15:13:37 +00:00
parent 87c5734a34
commit 413eb57968
+1 -1
View File
@@ -313,7 +313,7 @@ MmSetPageEntrySectionSegment(PMM_SECTION_SEGMENT Segment,
{
Table =
Segment->PageDirectory.PageTables[DirectoryOffset] =
ExAllocatePoolWithTag(PagedPool, sizeof(SECTION_PAGE_TABLE),
ExAllocatePoolWithTag(NonPagedPool, sizeof(SECTION_PAGE_TABLE),
TAG_SECTION_PAGE_TABLE);
if (Table == NULL)
{