diff options
Diffstat (limited to 'arch/mips/include/asm/kprobes.h')
-rw-r--r-- | arch/mips/include/asm/kprobes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/include/asm/kprobes.h b/arch/mips/include/asm/kprobes.h index 3cf8e4d5fa28..68b1e5d458cf 100644 --- a/arch/mips/include/asm/kprobes.h +++ b/arch/mips/include/asm/kprobes.h | |||
@@ -41,6 +41,7 @@ do { \ | |||
41 | #define kretprobe_blacklist_size 0 | 41 | #define kretprobe_blacklist_size 0 |
42 | 42 | ||
43 | void arch_remove_kprobe(struct kprobe *p); | 43 | void arch_remove_kprobe(struct kprobe *p); |
44 | int kprobe_fault_handler(struct pt_regs *regs, int trapnr); | ||
44 | 45 | ||
45 | /* Architecture specific copy of original instruction*/ | 46 | /* Architecture specific copy of original instruction*/ |
46 | struct arch_specific_insn { | 47 | struct arch_specific_insn { |