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-10 15:22:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-10 15:22:07 +0000
commit3d852abd063f906aae38c5f0859072e79e7f7e2f (patch)
tree4762a0c72de81c0d368d23955bec2857179bf4bc /cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h
parent2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3d852abd063f906aae38c5f0859072e79e7f7e2f.tar.bz2
2005-02-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/asm.h, rtems/old-exceptions/cpu.h, rtems/score/powerpc.h: Remove PPC_ABI_POWEROPEN.
Diffstat (limited to 'cpukit/score/cpu/powerpc/rtems/old-exceptions/cpu.h')
-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;