From: Ralf Baechle Date: Thu, 22 May 2014 21:19:00 +0000 (+0200) Subject: MIPS: Fix branch emulation of branch likely instructions. X-Git-Tag: omap-for-v3.16/fixes-against-rc1~115^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ca86e8502952116234fa558f4277092a5aaae9;p=pandora-kernel.git MIPS: Fix branch emulation of branch likely instructions. Two issues: o For beql_op, beql_op, bne_op, bnel_op, blez_op, blezl_op, bgtz_op and bgtzl_op the wrong field was being checked for the instruction opcode. o For blez_op / blezl_op and bgtz_op / bgtzl_op the test was testing for the wrong opcode. This bug got introduced by d8d4e3ae0b5c179c0bfd3f0af5b352d13bea9cfa [MIPS Kprobes: Refactor branch emulation]. Signed-off-by: Ralf Baechle Acked-by: Leonid Yegoshin Acked-by: Victor Kamensky --- Reading git-diff-tree failed