X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-i386%2Fkprobes.h;h=27cac050a60e56cb71c750a196a80c8894e8abb1;hb=1dba9743337cabacea79e47ed6d709e636c5ed47;hp=ca916a892877edaddd26d048f74a33352dc6cd8f;hpb=3f00d3e8fb963968a922d821a9a53b503b687e81;p=powerpc.git diff --git a/include/asm-i386/kprobes.h b/include/asm-i386/kprobes.h index ca916a8928..27cac050a6 100644 --- a/include/asm-i386/kprobes.h +++ b/include/asm-i386/kprobes.h @@ -40,6 +40,7 @@ typedef u8 kprobe_opcode_t; #define JPROBE_ENTRY(pentry) (kprobe_opcode_t *)pentry #define ARCH_SUPPORTS_KRETPROBES +#define arch_remove_kprobe(p) do {} while (0) void kretprobe_trampoline(void); @@ -76,14 +77,6 @@ static inline void restore_interrupts(struct pt_regs *regs) local_irq_enable(); } -#ifdef CONFIG_KPROBES extern int kprobe_exceptions_notify(struct notifier_block *self, unsigned long val, void *data); -#else /* !CONFIG_KPROBES */ -static inline int kprobe_exceptions_notify(struct notifier_block *self, - unsigned long val, void *data) -{ - return 0; -} -#endif #endif /* _ASM_KPROBES_H */