summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-09-26 23:43:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-09-26 23:43:47 +0000
commita3bb1addc122f121b5dbfde255ffa8accda7c675 (patch)
treee5529dd636d38fdc00511fe668e4ee6dd65302b7
parent2010-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a3bb1addc122f121b5dbfde255ffa8accda7c675.tar.bz2
2010-09-26 Yann Sionneau <yann@minet.net>
PR 1697/cpukit * rtems/score/cpu.h: lm32 really needs aligned stack. Recent changes highlighted that this macro was incorrect.
-rw-r--r--cpukit/score/cpu/lm32/ChangeLog6
-rw-r--r--cpukit/score/cpu/lm32/rtems/score/cpu.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/score/cpu/lm32/ChangeLog b/cpukit/score/cpu/lm32/ChangeLog
index 371064ef35..bd1440e24e 100644
--- a/cpukit/score/cpu/lm32/ChangeLog
+++ b/cpukit/score/cpu/lm32/ChangeLog
@@ -1,3 +1,9 @@
+2010-09-26 Yann Sionneau <yann@minet.net>
+
+ PR 1697/cpukit
+ * rtems/score/cpu.h: lm32 really needs aligned stack. Recent changes
+ highlighted that this macro was incorrect.
+
2010-08-20 <yann.sionneau@telecom-sudparis.eu>
* rtems/score/lm32.h: Add lm32_read_interrupts().
diff --git a/cpukit/score/cpu/lm32/rtems/score/cpu.h b/cpukit/score/cpu/lm32/rtems/score/cpu.h
index 44d31e4efa..772f70d9a9 100644
--- a/cpukit/score/cpu/lm32/rtems/score/cpu.h
+++ b/cpukit/score/cpu/lm32/rtems/score/cpu.h
@@ -693,7 +693,7 @@ SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
*
* XXX document implementation including references if appropriate
*/
-#define CPU_STACK_ALIGNMENT 0
+#define CPU_STACK_ALIGNMENT 4
/*
* ISR handler macros