Author: tkreuzer
Date: Sun Nov 24 15:54:03 2013
New Revision: 61089

URL: http://svn.reactos.org/svn/reactos?rev=61089&view=rev
Log:
[NTOSKRNL]
Try to fix the failed assertions in testbot

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=61089&r1=61088&r2=61089&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/mm/section.c [iso-8859-1] Sun Nov 24 15:54:03 2013
@@ -1125,6 +1125,10 @@
             return Status;
          }
       }
+
+      /* Probe the page, since it's PDE might not be synced */
+      (void)*((volatile char*)BaseAddress + FileOffset - BaseOffset);
+
       /*
        * Retrieve the page from the cache segment that we actually want.
        */


Reply via email to