diff options
author | Graf Yang <graf.yang@analog.com> | 2009-04-08 04:30:22 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-06-12 06:03:44 -0400 |
commit | f82e0a0c67621df83458753aef580a3508d5428e (patch) | |
tree | cf49028f91c2631c7fa3cb6eae73fb3f66d7d885 /arch/blackfin/Kconfig | |
parent | b8d0c778e652d23750cb1af9848408d620cbc425 (diff) |
Blackfin: fix link failure due to CONFIG_EXCEPTION_L1_SCRATCH
Move exception stack mess from entry.S to init.c to fix link failure when
CONFIG_EXCEPTION_L1_SCRATCH is in use.
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 6b97aa811e2b..672b7b056c8e 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -808,7 +808,7 @@ config APP_STACK_L1 | |||
808 | config EXCEPTION_L1_SCRATCH | 808 | config EXCEPTION_L1_SCRATCH |
809 | bool "Locate exception stack in L1 Scratch Memory" | 809 | bool "Locate exception stack in L1 Scratch Memory" |
810 | default n | 810 | default n |
811 | depends on !APP_STACK_L1 && !SYSCALL_TAB_L1 | 811 | depends on !APP_STACK_L1 |
812 | help | 812 | help |
813 | Whenever an exception occurs, use the L1 Scratch memory for | 813 | Whenever an exception occurs, use the L1 Scratch memory for |
814 | stack storage. You cannot place the stacks of FLAT binaries | 814 | stack storage. You cannot place the stacks of FLAT binaries |