mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
Do not use paged pool at page fault time; see bug report #2252.
svn path=/trunk/; revision=26841
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user