diff options
| -rw-r--r-- | arch/sparc/include/asm/kprobes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/kprobes.h b/arch/sparc/include/asm/kprobes.h index b2613c2838cb..a145d798e112 100644 --- a/arch/sparc/include/asm/kprobes.h +++ b/arch/sparc/include/asm/kprobes.h | |||
| @@ -46,4 +46,6 @@ struct kprobe_ctlblk { | |||
| 46 | int kprobe_exceptions_notify(struct notifier_block *self, | 46 | int kprobe_exceptions_notify(struct notifier_block *self, |
| 47 | unsigned long val, void *data); | 47 | unsigned long val, void *data); |
| 48 | int kprobe_fault_handler(struct pt_regs *regs, int trapnr); | 48 | int kprobe_fault_handler(struct pt_regs *regs, int trapnr); |
| 49 | asmlinkage void __kprobes kprobe_trap(unsigned long trap_level, | ||
| 50 | struct pt_regs *regs); | ||
| 49 | #endif /* _SPARC64_KPROBES_H */ | 51 | #endif /* _SPARC64_KPROBES_H */ |
