From: Haavard Skinnemoen Add dummy flush_insn_slot define required by kprobes. Signed-off-by: Haavard Skinnemoen Signed-off-by: Andrew Morton --- include/asm-avr32/kprobes.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-avr32/kprobes.h~avr32-kprobes-compile-fix include/asm-avr32/kprobes.h --- a/include/asm-avr32/kprobes.h~avr32-kprobes-compile-fix +++ a/include/asm-avr32/kprobes.h @@ -29,4 +29,6 @@ struct arch_specific_insn { extern int kprobe_exceptions_notify(struct notifier_block *self, unsigned long val, void *data); +#define flush_insn_slot(p) do { } while (0) + #endif /* __ASM_AVR32_KPROBES_H */ _