|
@@ -122,10 +122,6 @@ extern int kprobes_fault_handler(struct pt_regs *regs, int trapnr);
|
|
extern int kprobe_exceptions_notify(struct notifier_block *self,
|
|
extern int kprobe_exceptions_notify(struct notifier_block *self,
|
|
unsigned long val, void *data);
|
|
unsigned long val, void *data);
|
|
|
|
|
|
-/* ia64 does not need this */
|
|
|
|
-static inline void jprobe_return(void)
|
|
|
|
-{
|
|
|
|
-}
|
|
|
|
extern void invalidate_stacked_regs(void);
|
|
extern void invalidate_stacked_regs(void);
|
|
extern void flush_register_stack(void);
|
|
extern void flush_register_stack(void);
|
|
extern void arch_remove_kprobe(struct kprobe *p);
|
|
extern void arch_remove_kprobe(struct kprobe *p);
|