]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 25 Nov 2014 15:54:14 +0000 (15:54 +0000)
committerMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:31 +0000 (15:37 +0000)
commit7a57cb3842d5aa0c1adfbed10f634cb7e2febd11
tree26108ad80ca556ac12466aac3f03fc29d0a8a4ca
parente1e2419c41e08e5d5473aa442009c14837351f60
MIPS: kernel: Prepare the JR instruction for emulation on MIPS R6

The MIPS R6 JR instruction is an alias to the JALR one, so it may
need emulation for non-R6 userlands.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
arch/mips/include/asm/branch.h
arch/mips/kernel/branch.c
arch/mips/math-emu/cp1emu.c