From c2463d94b3cccd0c0596558e8bb2e7055421c6ac Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 19 Apr 1999 21:02:31 +0000 Subject: Intel i960HA support submitted by Jimen Ching based on 3.6.0. It was very lucky that this went in as well as it did. --- c/src/exec/score/cpu/i960/rtems/score/cpu.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'c/src/exec/score/cpu/i960/rtems/score/cpu.h') 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 */ -- cgit v1.2.3