aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/kprobes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/asm-ia64/kprobes.h b/include/asm-ia64/kprobes.h
index a93ce9ef07ff..49684b65c187 100644
--- a/include/asm-ia64/kprobes.h
+++ b/include/asm-ia64/kprobes.h
@@ -122,10 +122,6 @@ extern int kprobes_fault_handler(struct pt_regs *regs, int trapnr);
122extern int kprobe_exceptions_notify(struct notifier_block *self, 122extern int kprobe_exceptions_notify(struct notifier_block *self,
123 unsigned long val, void *data); 123 unsigned long val, void *data);
124 124
125/* ia64 does not need this */
126static inline void jprobe_return(void)
127{
128}
129extern void invalidate_stacked_regs(void); 125extern void invalidate_stacked_regs(void);
130extern void flush_register_stack(void); 126extern void flush_register_stack(void);
131extern void arch_remove_kprobe(struct kprobe *p); 127extern void arch_remove_kprobe(struct kprobe *p);