From 3e0314e8be1164489beb169b824fb39ab885b3de Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sun, 8 Aug 2021 11:54:03 +0200 Subject: bsps/sparc: Remove BSP_POWER_DOWN_AT_FATAL_HALT Remove the BSP_POWER_DOWN_AT_FATAL_HALT BSP option. Applications should do the customization of the system termination with an initial fatal extension. --- cpukit/score/cpu/sparc/syscall.S | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpukit/score/cpu/sparc') diff --git a/cpukit/score/cpu/sparc/syscall.S b/cpukit/score/cpu/sparc/syscall.S index 0beffd4162..ee21c1b005 100644 --- a/cpukit/score/cpu/sparc/syscall.S +++ b/cpukit/score/cpu/sparc/syscall.S @@ -44,8 +44,10 @@ SYM(syscall): ta 0 ! syscall 1, halt with %g1,%g2,%g3 info PUBLIC(sparc_syscall_exit) + PUBLIC(_CPU_Fatal_halt) SYM(sparc_syscall_exit): +SYM(_CPU_Fatal_halt): mov SYS_exit, %g1 mov %o0, %g2 ! Additional exit code 1 -- cgit v1.2.3