summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/lm32/rtems/score/cpu.h
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 /cpukit/score/cpu/lm32/rtems/score/cpu.h
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.
Diffstat (limited to 'cpukit/score/cpu/lm32/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/lm32/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
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