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=…
==============================================================================
--- 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.
*/