summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/arm/rtems/score/cpu.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/cpukit/score/cpu/arm/rtems/score/cpu.h b/cpukit/score/cpu/arm/rtems/score/cpu.h
index 25d4ee2fb7..69838c5bf8 100644
--- a/cpukit/score/cpu/arm/rtems/score/cpu.h
+++ b/cpukit/score/cpu/arm/rtems/score/cpu.h
@@ -146,13 +146,11 @@
#define CPU_STACK_GROWS_UP FALSE
#if defined(ARM_MULTILIB_CACHE_LINE_MAX_64)
- #define CPU_CACHE_LINE_BYTES 32
+ #define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned ( 64 )))
#else
- #define CPU_CACHE_LINE_BYTES 64
+ #define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned ( 32 )))
#endif
-#define CPU_STRUCTURE_ALIGNMENT __attribute__ ((aligned (CPU_CACHE_LINE_BYTES )))
-
#define CPU_TIMESTAMP_USE_STRUCT_TIMESPEC TRUE
/*