mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
arm: Remove last_fault_code
It is unused since the removal of pmap-v4.c in commit b88b275145.
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
03d4b58fee
commit
62ba0def55
1 changed files with 0 additions and 8 deletions
|
|
@ -70,10 +70,6 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
extern char cachebailout[];
|
||||
|
||||
#ifdef DEBUG
|
||||
int last_fault_code; /* For the benefit of pmap_fault_fixup() */
|
||||
#endif
|
||||
|
||||
struct ksig {
|
||||
int sig;
|
||||
u_long code;
|
||||
|
|
@ -495,10 +491,6 @@ abort_handler(struct trapframe *tf, int prefetch)
|
|||
if (prefetch)
|
||||
ftype |= VM_PROT_EXECUTE;
|
||||
|
||||
#ifdef DEBUG
|
||||
last_fault_code = fsr;
|
||||
#endif
|
||||
|
||||
#ifdef INVARIANTS
|
||||
onfault = pcb->pcb_onfault;
|
||||
pcb->pcb_onfault = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue