- Fixed a crash in PAE mode and without the '/3GB' switch.

svn path=/trunk/; revision=13319
This commit is contained in:
Hartmut Birr 2005-01-26 19:43:03 +00:00
parent 5d781df325
commit b142dbd5d2

View file

@ -258,7 +258,7 @@ NTSTATUS Mmi386ReleaseMmInfo(PEPROCESS Process)
}
}
}
else
if (i == PAE_ADDR_TO_PDTE_OFFSET(HYPERSPACE))
{
MmReleasePageMemoryConsumer(MC_NPPOOL, PAE_PTE_TO_PFN(PageDir[PAE_ADDR_TO_PDE_PAGE_OFFSET(HYPERSPACE)]));
MmReleasePageMemoryConsumer(MC_NPPOOL, PAE_PTE_TO_PFN(PageDir[PAE_ADDR_TO_PDE_PAGE_OFFSET(HYPERSPACE)+1]));