diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-11-18 04:48:22 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-11-18 04:48:22 -0500 |
commit | 33c8691f45459a41864562ae8d1ec12b4503f200 (patch) | |
tree | 3e3b739aad8d0c2c39c0b77ea1a499092a064ad5 /arch/blackfin/mach-common/entry.S | |
parent | 36f649a55aa3ad1e2196403ba95a652f9900bc50 (diff) |
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.S | 5 |
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) | |||
370 | ENDPROC(_ex_trap_c) | 370 | ENDPROC(_ex_trap_c) |
371 | 371 | ||
372 | /* We just realized we got an exception, while we were processing a different | 372 | /* We just realized we got an exception, while we were processing a different |
373 | * exception. This is a unrecoverable event, so crash | 373 | * exception. This is a unrecoverable event, so crash. |
374 | * Note: this cannot be ENTRY() as we jump here with "if cc jump" ... | ||
374 | */ | 375 | */ |
375 | ENTRY(_double_fault) | 376 | _double_fault: |
376 | /* Turn caches & protection off, to ensure we don't get any more | 377 | /* Turn caches & protection off, to ensure we don't get any more |
377 | * double exceptions | 378 | * double exceptions |
378 | */ | 379 | */ |