hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/mips/include/asm/branch.h
....@@ -27,6 +27,9 @@
2727 #define MM_POOL32A_MINOR_SHIFT 0x6
2828 #define MM_MIPS32_COND_FC 0x30
2929
30
+int isBranchInstr(struct pt_regs *regs,
31
+ struct mm_decoded_insn dec_insn, unsigned long *contpc);
32
+
3033 extern int __mm_isBranchInstr(struct pt_regs *regs,
3134 struct mm_decoded_insn dec_insn, unsigned long *contpc);
3235