- Remove a deprecated check from MmpAccessFault -- PsGetCurrentProcess doesn't return NULL since revision 24148.

svn path=/trunk/; revision=41792
This commit is contained in:
Stefan Ginsberg 2009-07-06 23:35:59 +00:00
parent a4009f2c99
commit 1ab79b4fa3

View file

@ -63,11 +63,6 @@ MmpAccessFault(KPROCESSOR_MODE Mode,
DPRINT1("Page fault at high IRQL was %d\n", KeGetCurrentIrql());
return(STATUS_UNSUCCESSFUL);
}
if (PsGetCurrentProcess() == NULL)
{
DPRINT("No current process\n");
return(STATUS_UNSUCCESSFUL);
}
/*
* Find the memory area for the faulting address