From a3bb1addc122f121b5dbfde255ffa8accda7c675 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 26 Sep 2010 23:43:47 +0000 Subject: 2010-09-26 Yann Sionneau PR 1697/cpukit * rtems/score/cpu.h: lm32 really needs aligned stack. Recent changes highlighted that this macro was incorrect. --- cpukit/score/cpu/lm32/ChangeLog | 6 ++++++ cpukit/score/cpu/lm32/rtems/score/cpu.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 + + PR 1697/cpukit + * rtems/score/cpu.h: lm32 really needs aligned stack. Recent changes + highlighted that this macro was incorrect. + 2010-08-20 * 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 -- cgit v1.2.3