kernel/arch/mips/include/asm/branch.h
.. .. @@ -27,6 +27,9 @@ 27 27 #define MM_POOL32A_MINOR_SHIFT 0x6 28 28 #define MM_MIPS32_COND_FC 0x30 29 29 30 +int isBranchInstr(struct pt_regs *regs,31 + struct mm_decoded_insn dec_insn, unsigned long *contpc);32 +30 33 extern int __mm_isBranchInstr(struct pt_regs *regs, 31 34 struct mm_decoded_insn dec_insn, unsigned long *contpc); 32 35