summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-11 00:08:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-09-11 00:08:50 +0000
commit97f46a80706850605f184aa9b7eb191013e95691 (patch)
treeb26770e74e8fd931daf2d2bd033c955ce313da36 /cpukit
parent*** empty log message *** (diff)
downloadrtems-97f46a80706850605f184aa9b7eb191013e95691.tar.bz2
2009-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Make heap alignment 4 which is greater than CPU_ALIGNMENT but minimum for heap.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/m32c/ChangeLog5
-rw-r--r--cpukit/score/cpu/m32c/rtems/score/cpu.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/score/cpu/m32c/ChangeLog b/cpukit/score/cpu/m32c/ChangeLog
index e8fd71af70..8f867b173d 100644
--- a/cpukit/score/cpu/m32c/ChangeLog
+++ b/cpukit/score/cpu/m32c/ChangeLog
@@ -1,3 +1,8 @@
+2009-09-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * rtems/score/cpu.h: Make heap alignment 4 which is greater than
+ CPU_ALIGNMENT but minimum for heap.
+
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
diff --git a/cpukit/score/cpu/m32c/rtems/score/cpu.h b/cpukit/score/cpu/m32c/rtems/score/cpu.h
index bf49eb9cfb..3f8057f922 100644
--- a/cpukit/score/cpu/m32c/rtems/score/cpu.h
+++ b/cpukit/score/cpu/m32c/rtems/score/cpu.h
@@ -625,7 +625,7 @@ SCORE_EXTERN void *_CPU_Interrupt_stack_high;
*
* XXX document implementation including references if appropriate
*/
-#define CPU_HEAP_ALIGNMENT CPU_ALIGNMENT
+#define CPU_HEAP_ALIGNMENT 4
/**
* This number corresponds to the byte alignment requirement for memory