Skip to content

Commit

Permalink
Blackfin arch: fix building with CONFIG_DEBUG_DOUBLEFAULT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent 36f649a commit 33c8691
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/blackfin/mach-common/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 33c8691

Please sign in to comment.