[NTOSKRNL]

Try to fix the failed assertions in testbot

svn path=/trunk/; revision=61089
This commit is contained in:
Timo Kreuzer 2013-11-24 15:54:03 +00:00
parent 1fb03001db
commit 0973b7e223

View file

@ -1125,6 +1125,10 @@ MiReadPage(PMEMORY_AREA MemoryArea,
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.
*/