From 6429c7e007dffd9115ab8bba76dbbb4ca1a66755 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 15 Feb 2005 16:50:09 +0000 Subject: 2005-02-15 Ralf Corsepius * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused). * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused). --- cpukit/score/cpu/powerpc/ChangeLog | 5 +++++ cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h | 4 ---- cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h | 6 ------ 3 files changed, 5 insertions(+), 10 deletions(-) (limited to 'cpukit/score/cpu/powerpc') diff --git a/cpukit/score/cpu/powerpc/ChangeLog b/cpukit/score/cpu/powerpc/ChangeLog index 4271f1ed96..2cf4af72f3 100644 --- a/cpukit/score/cpu/powerpc/ChangeLog +++ b/cpukit/score/cpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2005-02-15 Ralf Corsepius + + * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused). + * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused). + 2005-02-15 Ralf Corsepius * rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector, diff --git a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h index c5ccc37036..827da55262 100644 --- a/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h @@ -722,10 +722,6 @@ void _BSP_Fatal_error(unsigned int); /* end of Priority handler macros */ -/* variables */ - -extern const uint32_t _CPU_msrs[4]; - /* * Until all new-exception processing BSPs have fixed * PR288, we let the good BSPs pass diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h index db436a2f57..572b2b0380 100644 --- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h +++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h @@ -894,12 +894,6 @@ void _CPU_ISR_install_raw_handler( /* end of Priority handler macros */ -/* variables */ - -#ifndef ASM -extern const uint32_t _CPU_msrs[4]; -#endif - #ifdef __cplusplus } #endif -- cgit v1.2.3