]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix BC1{EQ,NE}Z return offset calculation
authorPaul Burton <paul.burton@imgtec.com>
Thu, 21 Apr 2016 13:04:46 +0000 (14:04 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 13 May 2016 12:02:21 +0000 (14:02 +0200)
commit8e6667df2bd6c23b9f28dcbd482843af36ac801c
tree34f139cb86476540147297210014477a1663a7bf
parent4d8f83ff435563742a1042f3ca11431be4723bab
MIPS: Fix BC1{EQ,NE}Z return offset calculation

The conditions for branching when emulating the BC1EQZ & BC1NEZ
instructions were backwards, leading to each of those instructions being
treated as the other. Fix this by reversing the conditions, and clear up
the code a little for readability & checkpatch.

Fixes: a6d1a2a66cbe ("MIPS: Emulate the BC1{EQ,NE}Z FPU instructions")
Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Reviewed-by: James Hogan <james.hogan@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13151/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/branch.c