diff options
Diffstat (limited to 'arch/mips/kernel/kprobes.c')
-rw-r--r-- | arch/mips/kernel/kprobes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/kprobes.c b/arch/mips/kernel/kprobes.c index 81ba1d3c367c..6cfae2411c04 100644 --- a/arch/mips/kernel/kprobes.c +++ b/arch/mips/kernel/kprobes.c | |||
@@ -398,7 +398,7 @@ out: | |||
398 | return 1; | 398 | return 1; |
399 | } | 399 | } |
400 | 400 | ||
401 | static inline int kprobe_fault_handler(struct pt_regs *regs, int trapnr) | 401 | int kprobe_fault_handler(struct pt_regs *regs, int trapnr) |
402 | { | 402 | { |
403 | struct kprobe *cur = kprobe_running(); | 403 | struct kprobe *cur = kprobe_running(); |
404 | struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); | 404 | struct kprobe_ctlblk *kcb = get_kprobe_ctlblk(); |