]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op
authorPaul Burton <paul.burton@imgtec.com>
Mon, 4 Jul 2016 18:35:07 +0000 (19:35 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 14:08:59 +0000 (16:08 +0200)
commitfb12a417b2daf769721baa1d8dec9d25c711bc4a
tree34c89603844795972b0291d25aac60ac86f3be23
parentc348e0b6a80f5cd40b1fec3f25de376d3537770f
MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op

The opcodes currently defined in inst.h as beqzcjic_op & bnezcjialc_op
are actually defined in the MIPS base instruction set manuals as pop66 &
pop76 respectively. Rename them as such, for consistency with the
documentation.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/mips/include/uapi/asm/inst.h
arch/mips/kernel/branch.c
arch/mips/math-emu/cp1emu.c