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

Commit 6672b849 authored by Patrick Daly's avatar Patrick Daly Committed by Matt Wagantall
Browse files

arm64: Improve error message for SP/PC aborts



Add a more descriptive string to be printed out by __die().

Change-Id: Ic5abc1f808d2753f6195492db32c18fd0f0fa313
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 04606a30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -483,7 +483,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[] = {