[Bug 1733] New: CPU_STACK_ALIGNMENT for m68k Incorrect
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Tue Feb 1 17:41:50 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1733
Summary: CPU_STACK_ALIGNMENT for m68k Incorrect
Product: RTEMS
Version: HEAD
Platform: m68k
OS/Version: RTEMS
Status: NEW
Severity: major
Priority: P3
Component: cpukit
AssignedTo: joel.sherrill at oarcorp.com
ReportedBy: bswimley at advanced.pro
The latest change to isr.c has broken the setup of _CPU_Interrupt_stack_high
with the CPU_STACK_ALIGNMENT set in cpu.h for the m68k.
Currently, this is set to 0 which results in _CPU_Interrupt_stack_high = 0
which is an invalid (e.g. NULL) pointer.
Changing CPU_STACK_ALIGNMENT to 1 in cpu.h corrects this problem.
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list