summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/powerpc
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-12-23 11:34:40 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-01-09 14:03:35 +0100
commit84d3b9b0a2008836c59791bf33803ed578e22fff (patch)
tree211acb93b2f95d7f59628649135b83709a01506d /cpukit/score/cpu/powerpc
parentpowerpc: Delete _CPU_IRQ_info (diff)
downloadrtems-84d3b9b0a2008836c59791bf33803ed578e22fff.tar.bz2
powerpc: Use PPC_DEFAULT_CACHE_LINE_SIZE
Use it for the default PPC_CACHE_ALIGNMENT. Use it for PPC_STRUCTURE_ALIGNMENT.
Diffstat (limited to 'cpukit/score/cpu/powerpc')
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/cpu.h2
-rw-r--r--cpukit/score/cpu/powerpc/rtems/score/powerpc.h5
2 files changed, 4 insertions, 3 deletions
diff --git a/cpukit/score/cpu/powerpc/rtems/score/cpu.h b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
index e53cfbc7cc..889ecdf696 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/cpu.h
@@ -265,8 +265,6 @@ extern "C" {
#define PPC_GPR_STORE evstdd
#endif
-#define PPC_DEFAULT_CACHE_LINE_SIZE 32
-
#ifndef ASM
typedef struct {
diff --git a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
index 4a7b3aa6af..ee5484bc63 100644
--- a/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
+++ b/cpukit/score/cpu/powerpc/rtems/score/powerpc.h
@@ -73,7 +73,10 @@ extern "C" {
#endif
#define PPC_ALIGNMENT 8
-#define PPC_STRUCTURE_ALIGNMENT 32
+
+#define PPC_DEFAULT_CACHE_LINE_SIZE 32
+
+#define PPC_STRUCTURE_ALIGNMENT PPC_DEFAULT_CACHE_LINE_SIZE
/*
* Application binary interfaces.