From 5249a4cc283af9faf17d45889a124b60784fe64d Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 7 Jun 2018 07:18:23 +0200 Subject: powerpc: Fix ss555 build The mpc555 define is provided via . It must not be used in cpukit header files. Update #3425. --- cpukit/score/cpu/powerpc/include/rtems/asm.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'cpukit') 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 */ -- cgit v1.2.3