summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/entry.S
diff options
context:
space:
mode:
authorMike Frysinger2008-11-18 10:48:22 +0100
committerBryan Wu2008-11-18 10:48:22 +0100
commit33c8691f45459a41864562ae8d1ec12b4503f200 (patch)
tree3e3b739aad8d0c2c39c0b77ea1a499092a064ad5 /arch/blackfin/mach-common/entry.S
parentBlackfin arch: do not define decode_instruction if hwtrace is turned off (diff)
downloadkernel-qcow2-linux-33c8691f45459a41864562ae8d1ec12b4503f200.tar.gz
kernel-qcow2-linux-33c8691f45459a41864562ae8d1ec12b4503f200.tar.xz
kernel-qcow2-linux-33c8691f45459a41864562ae8d1ec12b4503f200.zip
Blackfin arch: fix building with CONFIG_DEBUG_DOUBLEFAULT
arch/blackfin/mach-common/entry.S:465: Error: pcrel too far BFD_RELOC_BFIN_10 Signed-off-by: Mike Frysinger <vapier.adi@gmail.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-common/entry.S')
-rw-r--r--arch/blackfin/mach-common/entry.S5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/blackfin/mach-common/entry.S b/arch/blackfin/mach-common/entry.S
index e22c0a5cf32d..0efd5f5b7ba0 100644
--- a/arch/blackfin/mach-common/entry.S
+++ b/arch/blackfin/mach-common/entry.S
@@ -370,9 +370,10 @@ ENTRY(_ex_trap_c)
ENDPROC(_ex_trap_c)
/* We just realized we got an exception, while we were processing a different
- * exception. This is a unrecoverable event, so crash
+ * exception. This is a unrecoverable event, so crash.
+ * Note: this cannot be ENTRY() as we jump here with "if cc jump" ...
*/
-ENTRY(_double_fault)
+_double_fault:
/* Turn caches & protection off, to ensure we don't get any more
* double exceptions
*/