aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/kprobes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-ia64/kprobes.h b/include/asm-ia64/kprobes.h
index 2a6f2a148890..fec3506e53f8 100644
--- a/include/asm-ia64/kprobes.h
+++ b/include/asm-ia64/kprobes.h
@@ -59,6 +59,11 @@ struct arch_specific_insn {
59 kprobe_opcode_t insn; 59 kprobe_opcode_t insn;
60}; 60};
61 61
62/* ia64 does not need this */
63static inline void jprobe_return(void)
64{
65}
66
62#ifdef CONFIG_KPROBES 67#ifdef CONFIG_KPROBES
63extern int kprobe_exceptions_notify(struct notifier_block *self, 68extern int kprobe_exceptions_notify(struct notifier_block *self,
64 unsigned long val, void *data); 69 unsigned long val, void *data);