[NTOSKRNL]: Kill not-needed assertion.

svn path=/trunk/; revision=57216
This commit is contained in:
Alex Ionescu 2012-09-02 08:13:24 +00:00
parent 07c872333e
commit ec28155f4f

View file

@ -1085,7 +1085,9 @@ MiDispatchFault(IN BOOLEAN StoreInstruction,
Process,
LockIrql,
TrapInformation);
ASSERT(Status == STATUS_SUCCESS);
//ASSERT(Status != STATUS_ISSUE_PAGING_IO);
//ASSERT(Status != STATUS_REFAULT);
//ASSERT(Status != STATUS_PTE_CHANGED);
/* Did the routine clean out the PFN or should we? */
if (OutPfn)