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/ChangeLog | 4 ++++ cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'cpukit/score') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index 9099940449..c4ff528e15 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,7 @@ +2002-10-31 Joel Sherrill + + * rtems/new-exceptions/cpu.h: Removed warnings. + 2002-10-25 Ralf Corsepius * configure.ac: Add nostdinc to AM_INIT_AUTOMAKE. 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