[NTOSKRNL]

Remove the broken ASSERT once again. Sigh...

svn path=/trunk/; revision=55947
This commit is contained in:
Timo Kreuzer 2012-03-01 18:03:08 +00:00
parent 22a4a0901f
commit 51220b9ed1

View file

@ -919,9 +919,6 @@ UserFault:
/* Right now, we only handle scenarios where the PDE is totally empty */
ASSERT(PointerPde->u.Long == 0);
/* Right now, we expect a valid protection mask on the VAD */
ASSERT(ProtectionCode != MM_NOACCESS);
/* And go dispatch the fault on the PDE. This should handle the demand-zero */
#if MI_TRACE_PFNS
UserPdeFault = TRUE;