From: Greg Ungerer Date: Wed, 9 May 2012 06:59:46 +0000 (+1000) Subject: m68k: use jbsr to call functions instead of bsrl X-Git-Tag: v3.6-rc1~108^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d5445e94ab22198921b5c0c3e58c3b4a1a0116;p=pandora-kernel.git m68k: use jbsr to call functions instead of bsrl There is a few places that the m68k entry code uses the bsrl instruction to call other functions. That instruction is only supported on 68020 and higher CPU types. If we use jbsr instead the code will be clean for all 68k and ColdFire CPU types. Signed-off-by: Greg Ungerer Acked-by: Geert Uytterhoeven --- Reading git-diff-tree failed