Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a27fa9e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm64: Improve error message for SP/PC aborts"

parents dd0429cd 87493e2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -487,7 +487,7 @@ asmlinkage void __exception do_sp_pc_abort(unsigned long addr,
	info.si_errno = 0;
	info.si_code  = BUS_ADRALN;
	info.si_addr  = (void __user *)addr;
	arm64_notify_die("", regs, &info, esr);
	arm64_notify_die("SP or PC abort", regs, &info, esr);
}

static struct fault_info debug_fault_info[] = {