summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-15 16:50:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-15 16:50:09 +0000
commit6429c7e007dffd9115ab8bba76dbbb4ca1a66755 (patch)
tree0a80ec4cc7c4a07327321de7a851a4c42fd6712d /cpukit/score/cpu/powerpc
parent2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6429c7e007dffd9115ab8bba76dbbb4ca1a66755.tar.bz2
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused). * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
Diffstat (limited to 'cpukit/score/cpu/powerpc')
-rw-r--r--cpukit/score/cpu/powerpc/ChangeLog5
-rw-r--r--cpukit/score/cpu/powerpc/rtems/new-exceptions/cpu.h4
-rw-r--r--cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h6
3 files changed, 5 insertions, 10 deletions
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,5 +1,10 @@
2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * rtems/new-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
+ * rtems/old-exceptions/cpu.h (_CPU_msrs): Remove (Unused).
+
+2005-02-15 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* rtems/new-exceptions/cpu.h (_CPU_ISR_install_vector,
_CPU_Initialize, _CPU_Install_interrupt_stack, _CPU_Context_switch,
_CPU_Context_restore, _CPU_Context_save_fp, _CPU_Context_restore_fp,
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