]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6
authorMarkos Chandras <markos.chandras@imgtec.com>
Tue, 25 Nov 2014 16:02:23 +0000 (16:02 +0000)
committerMarkos Chandras <markos.chandras@imgtec.com>
Tue, 17 Feb 2015 15:37:32 +0000 (15:37 +0000)
commit2a1b8235994f908e3ece41be187351353e6ae1ea
tree260bbaa71db86705f735b6c9e45bf32aad95c420
parent7a57cb3842d5aa0c1adfbed10f634cb7e2febd11
MIPS: kernel: branch: Do not emulate the branch likelies on MIPS R6

MIPS R6 removed the BLTZL, BGEZL, BLTZAL, BGEZAL, BEQL, BNEL, BLEZL,
BGTZL branch likely instructions so we must not try to emulate them on
MIPS R6 if the R2-to-R6 emulator is not present.

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