On 12/18/2014 07:07 PM, David Daney wrote: > On 12/18/2014 07:10 AM, Markos Chandras wrote: >> MIPS R6 uses the <R6 ADDI opcode for the new BOVC, BEQC and >> BEQZALC instructions. >> >> Signed-off-by: Markos Chandras <markos.chandras@xxxxxxxxxx> >> --- >> arch/mips/include/uapi/asm/inst.h | 2 +- >> arch/mips/kernel/branch.c | 6 ++++++ >> 2 files changed, 7 insertions(+), 1 deletion(-) >> >> diff --git a/arch/mips/include/uapi/asm/inst.h >> b/arch/mips/include/uapi/asm/inst.h >> index 648addfe1e1c..b95363e0551f 100644 >> --- a/arch/mips/include/uapi/asm/inst.h >> +++ b/arch/mips/include/uapi/asm/inst.h >> @@ -21,7 +21,7 @@ >> enum major_op { >> spec_op, bcond_op, j_op, jal_op, >> beq_op, bne_op, blez_op, bgtz_op, >> - addi_op, addiu_op, slti_op, sltiu_op, >> + addi_or_cbcond0_op, addiu_op, slti_op, sltiu_op, > > NAK. > > This is a kernel ABI document, you cannot remove symbols. ok i will find another way to workaround this. thanks -- markos