[NTOSKRNL]

Use the rounded page address when handling a not present fault.  Likely leftover from merging newcc.

svn path=/trunk/; revision=56201
This commit is contained in:
Art Yerkes 2012-03-21 10:15:14 +00:00
parent 1cb478ab04
commit 2f78ce801d

View file

@ -1685,7 +1685,7 @@ MmNotPresentFaultSectionView(PMMSUPPORT AddressSpace,
*/
MmSetSavedSwapEntryPage(Page, SwapEntry);
Status = MmCreateVirtualMapping(Process,
Address,
PAddress,
Region->Protect,
&Page,
1);