[#5029] CONFIG_EXCEPTION_L1_SCRATCH causes link failure in kernel
Submitted By: Mike Frysinger
Open Date
2009-04-01 13:05:15 Close Date
2009-04-09 04:00:45
Priority:
Medium High Assignee:
Graf Yang
Status:
Closed Fixed In Release:
N/A
Found In Release:
snaps Release:
Category:
N/A Board:
N/A
Processor:
ALL Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
trunk
App binary format:
N/A
Summary: CONFIG_EXCEPTION_L1_SCRATCH causes link failure in kernel
Details:
seems when bf561-smp support was merged, the way the exception_stack is handled was changed and so broke things:
LD .tmp_vmlinux1
arch/blackfin/mm/built-in.o: In function `init_pda':
arch/blackfin/mm/init.c:120: undefined reference to `exception_stack'
arch/blackfin/mm/init.c:120: undefined reference to `exception_stack'
make: *** [.tmp_vmlinux1] Error 1
the old code did not refer to "exception_stack", it always referred to "exception_stack_top" ...
Follow-ups
--- Graf Yang 2009-04-08 05:37:49
Move these exception_stack defines to mm/init.c.
It is fixed.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found