[Skiboot] [PATCH 12/28] head: Update list of exception stubs
Benjamin Herrenschmidt
benh at kernel.crashing.org
Thu Jul 7 11:50:03 AEST 2016
Some were missing
Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
---
asm/head.S | 3 +++
1 file changed, 3 insertions(+)
diff --git a/asm/head.S b/asm/head.S
index 5255d7d..e92f9b8 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -134,9 +134,12 @@ hir_trigger:
EXCEPTION(0xe20)
EXCEPTION(0xe40)
EXCEPTION(0xe60)
+ EXCEPTION(0xe80)
EXCEPTION(0xf00)
EXCEPTION(0xf20)
EXCEPTION(0xf40)
+ EXCEPTION(0xf60)
+ EXCEPTION(0xf80)
EXCEPTION(0x1000)
EXCEPTION(0x1100)
EXCEPTION(0x1200)
--
2.7.4
More information about the Skiboot
mailing list