Author: arty
Date: Wed Mar 21 10:15:14 2012
New Revision: 56201

URL: http://svn.reactos.org/svn/reactos?rev=56201&view=rev
Log:
[NTOSKRNL]
Use the rounded page address when handling a not present fault.  Likely 
leftover from merging newcc.

Modified:
    trunk/reactos/ntoskrnl/mm/section.c

Modified: trunk/reactos/ntoskrnl/mm/section.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/mm/section.c?rev=56201&r1=56200&r2=56201&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] Wed Mar 21 10:15:14 2012
@@ -1685,7 +1685,7 @@
        */
       MmSetSavedSwapEntryPage(Page, SwapEntry);
       Status = MmCreateVirtualMapping(Process,
-                                      Address,
+                                      PAddress,
                                       Region->Protect,
                                       &Page,
                                       1);


Reply via email to