mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:56:31 +00:00
- Remove a deprecated check from MmpAccessFault -- PsGetCurrentProcess doesn't return NULL since revision 24148.
svn path=/trunk/; revision=41792
This commit is contained in:
parent
a4009f2c99
commit
1ab79b4fa3
1 changed files with 0 additions and 5 deletions
|
@ -63,11 +63,6 @@ MmpAccessFault(KPROCESSOR_MODE Mode,
|
||||||
DPRINT1("Page fault at high IRQL was %d\n", KeGetCurrentIrql());
|
DPRINT1("Page fault at high IRQL was %d\n", KeGetCurrentIrql());
|
||||||
return(STATUS_UNSUCCESSFUL);
|
return(STATUS_UNSUCCESSFUL);
|
||||||
}
|
}
|
||||||
if (PsGetCurrentProcess() == NULL)
|
|
||||||
{
|
|
||||||
DPRINT("No current process\n");
|
|
||||||
return(STATUS_UNSUCCESSFUL);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Find the memory area for the faulting address
|
* Find the memory area for the faulting address
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue