summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-07 07:18:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-06-07 07:42:35 +0200
commit5249a4cc283af9faf17d45889a124b60784fe64d (patch)
treea880db1cdea599d75051f0ef435b1eea92229437 /cpukit
parentbsps/powerpc: Hack to fix the build (diff)
downloadrtems-5249a4cc283af9faf17d45889a124b60784fe64d.tar.bz2
powerpc: Fix ss555 build
The mpc555 define is provided via <bspopts.h>. It must not be used in cpukit header files. Update #3425.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/powerpc/include/rtems/asm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/score/cpu/powerpc/include/rtems/asm.h b/cpukit/score/cpu/powerpc/include/rtems/asm.h
index 2fddf56e6d..5bf307b622 100644
--- a/cpukit/score/cpu/powerpc/include/rtems/asm.h
+++ b/cpukit/score/cpu/powerpc/include/rtems/asm.h
@@ -240,12 +240,6 @@
/* end of IBM400 series register definitions */
-#elif defined(mpc555)
-/* The following registers are for the MPC5xx */
-#define eie 0x050 /* External Interrupt Enable Register */
-#define eid 0x051 /* External Interrupt Disable Register */
-#define nri 0x052 /* Non-Recoverable Interrupt Register */
-
#elif defined(mpc860) || defined(mpc821)
/* The following registers are for the MPC8x0 */
#define der 0x095 /* Debug Enable Register */