git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bd9dd4
)
m68k: use jbsr to call functions instead of bsrl
author
Greg Ungerer
<gerg@uclinux.org>
Wed, 9 May 2012 06:59:46 +0000
(16:59 +1000)
committer
Greg Ungerer
<gerg@uclinux.org>
Sun, 15 Jul 2012 23:59:20 +0000
(09:59 +1000)
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 <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/kernel/entry_mm.S
patch
|
blob
|
history
diff --cc
arch/m68k/kernel/entry_mm.S
Simple merge