]> 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)
commit156c779c1d290a7e56d0529108bc033d71d1d5b0
tree260bbaa71db86705f735b6c9e45bf32aad95c420
parentf0009745282b6a89222b244d610f8de89a1c7e35
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