The branch stable/13 has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=aa8280a90204c25a53851f8a68c6bdf2cb0111ef

commit aa8280a90204c25a53851f8a68c6bdf2cb0111ef
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2021-06-06 20:42:13 +0000
Commit:     Mark Johnston <ma...@freebsd.org>
CommitDate: 2021-06-14 20:25:15 +0000

    arm: Remove last_fault_code
    
    It is unused since the removal of pmap-v4.c in commit b88b275145.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 62ba0def5584bc1fc84fc7df6d7a1256e4a34fb8)
---
 sys/arm/arm/trap-v6.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/sys/arm/arm/trap-v6.c b/sys/arm/arm/trap-v6.c
index 16f166e83114..cd141376d381 100644
--- a/sys/arm/arm/trap-v6.c
+++ b/sys/arm/arm/trap-v6.c
@@ -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;
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to