summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc/rtems/old-exceptions
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/old-exceptions')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
index d95712b6f2..cdcb76df1c 100644
--- a/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
@@ -372,11 +372,8 @@ typedef struct {
typedef struct CPU_Interrupt_frame {
uint32_t stacklink; /* Ensure this is a real frame (also reg1 save) */
-#if (PPC_ABI == PPC_ABI_POWEROPEN)
- uint32_t dummy[13]; /* Used by callees: PowerOpen ABI */
-#else
uint32_t dummy[1]; /* Used by callees: SVR4/EABI */
-#endif
+
/* This is what is left out of the primary contexts */
uint32_t gpr0;
uint32_t gpr2; /* play safe */
@@ -570,12 +567,8 @@ SCORE_EXTERN struct {
uint32_t volatile* Disable_level;
void *Vector_table;
void *Stack;
-#if (PPC_ABI == PPC_ABI_POWEROPEN)
- uint32_t Dispatch_r2;
-#else
uint32_t Default_r2;
uint32_t Default_r13;
-#endif
volatile boolean *Switch_necessary;
boolean *Signal;