summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
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/rtems/old-exceptions/cpu.h
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/rtems/old-exceptions/cpu.h')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h6
1 files changed, 0 insertions, 6 deletions
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