From 1c3ea4129173e9f576deb7102d033156a4146323 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Oct 2002 20:08:40 +0000 Subject: 2002-10-31 Joel Sherrill * rtems/new-exceptions/cpu.h: Removed warnings. --- cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h') diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h index 6b30c0ed0b..c0a7f8809b 100644 --- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h @@ -676,7 +676,9 @@ static inline void _CPU_ISR_Set_level( unsigned32 level ) _CPU_MSR_SET(msr); } -#define _CPU_ISR_install_vector(irq, new, old) {BSP_panic("_CPU_ISR_install_vector called\n");} +void BSP_panic(char *); +#define _CPU_ISR_install_vector(irq, new, old) \ + {BSP_panic("_CPU_ISR_install_vector called\n");} /* Context handler macros */ @@ -764,6 +766,8 @@ void _CPU_Context_Initialize( * halts/stops the CPU. */ +void _BSP_Fatal_error(unsigned int); + #define _CPU_Fatal_halt( _error ) \ _BSP_Fatal_error(_error) -- cgit v1.2.3