Skip to content

Commit

Permalink
Blackfin arch: Fix BUG - JUMP error in kernel (relocation truncated t…
Browse files Browse the repository at this point in the history
…o fit: R_pcrel12_jump_s)

Use long jump

Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Michael Hennerich authored and Bryan Wu committed Jul 15, 2008
1 parent 1c0d20c commit 4f13f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/kernel/cplb-nompu/cplbhdlr.S
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ ENTRY(__cplb_hdr)
SP += -12;
call _panic_cplb_error;
SP += 12;
JUMP _handle_bad_cplb;
JUMP.L _handle_bad_cplb;

ENDPROC(__cplb_hdr)

0 comments on commit 4f13f54

Please sign in to comment.