summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/i960/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 21:02:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 21:02:31 +0000
commitc2463d94b3cccd0c0596558e8bb2e7055421c6ac (patch)
tree794fab7b3fc287c5a20cac3c61aa14b63a16a72c /c/src/exec/score/cpu/i960/rtems/score/cpu.h
parentUnlimited objects information from Chris Johns (ccj@acm.org). (diff)
downloadrtems-c2463d94b3cccd0c0596558e8bb2e7055421c6ac.tar.bz2
Intel i960HA support submitted by Jimen Ching <jimen@adtech-inc.com>
based on 3.6.0. It was very lucky that this went in as well as it did.
Diffstat (limited to 'c/src/exec/score/cpu/i960/rtems/score/cpu.h')
-rw-r--r--c/src/exec/score/cpu/i960/rtems/score/cpu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/c/src/exec/score/cpu/i960/rtems/score/cpu.h b/c/src/exec/score/cpu/i960/rtems/score/cpu.h
index 1deb8c08b4..dacb0b159a 100644
--- a/c/src/exec/score/cpu/i960/rtems/score/cpu.h
+++ b/c/src/exec/score/cpu/i960/rtems/score/cpu.h
@@ -67,7 +67,7 @@ extern "C" {
#define CPU_PROVIDES_IDLE_THREAD_BODY FALSE
#define CPU_STACK_GROWS_UP TRUE
-#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (16)))
+#define CPU_STRUCTURE_ALIGNMENT /* __attribute__ ((aligned (16))) */
/*
* Define what is required to specify how the network to host conversion
@@ -169,9 +169,7 @@ typedef struct {
void (*stack_free_hook)( void* );
/* end of fields required on all CPUs */
-#if defined(__i960CA__) || defined(__i960_CA__) || defined(__i960CA)
- i960ca_PRCB *Prcb;
-#endif
+ i960_PRCB *Prcb;
} rtems_cpu_table;
/* variables */