[Skiboot] [PATCH 08/10] interrupts: Change abort to assert
Ananth N Mavinakayanahalli
ananth at in.ibm.com
Wed Feb 11 02:16:20 AEDT 2015
... so we get good debug data on TI
Signed-off-by: Ananth N Mavinakayanahalli <ananth at in.ibm.com>
---
core/interrupts.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/interrupts.c b/core/interrupts.c
index df48c8d..6100000 100644
--- a/core/interrupts.c
+++ b/core/interrupts.c
@@ -160,7 +160,7 @@ uint32_t get_ics_phandle(void)
return i->phandle;
}
}
- abort();
+ assert(false);
}
void add_opal_interrupts(void)
More information about the Skiboot
mailing list