From 989d8b68b63ba21a58fb96cd0b0a82505e669046 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Fri, 27 Mar 2015 16:11:40 +1100 Subject: exceptions: Catch exceptions at boot time And print some informations about GPR state, backtrace, etc... Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Stewart Smith --- include/stack.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/stack.h') diff --git a/include/stack.h b/include/stack.h index 2f27a7b..0009ea9 100644 --- a/include/stack.h +++ b/include/stack.h @@ -90,6 +90,8 @@ struct stack_frame { uint64_t cfar; uint64_t srr0; uint64_t srr1; + uint64_t hsrr0; + uint64_t hsrr1; } __attribute__((aligned(16))); /* Backtrace */ -- cgit v1.1