MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op
authorPaul Burton <paul.burton@imgtec.com>
Mon, 4 Jul 2016 18:35:08 +0000 (19:35 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 5 Jul 2016 14:09:07 +0000 (16:09 +0200)
commit1b492600068d5fbd033196ce2bdb28735a23747e
tree92a555be75e0e50c6c669413d7ac44e5ed7056e8
parent1c66b79bb3b11942a98085fd89295cf6cddae41a
MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op

The opcodes currently defined in inst.h as cbcond0_op & cbcond1_op are
actually defined in the MIPS base instruction set manuals as pop10 &
pop30 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