[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20060822143727.169a2938@cad-250-152.norway.atmel.com>
Date: Tue, 22 Aug 2006 14:37:27 +0200
From: Haavard Skinnemoen <hskinnemoen@...el.com>
To: Andrew Morton <akpm@...l.org>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] AVR32: kprobes compile fix
From: Haavard Skinnemoen <hskinnemoen@...el.com>
Add dummy flush_insn_slot define required by kprobes.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@...el.com>
---
include/asm-avr32/kprobes.h | 2 ++
1 file changed, 2 insertions(+)
Index: linux-2.6.18-rc4-mm2/include/asm-avr32/kprobes.h
===================================================================
--- linux-2.6.18-rc4-mm2.orig/include/asm-avr32/kprobes.h 2006-08-22 08:38:00.000000000 +0200
+++ linux-2.6.18-rc4-mm2/include/asm-avr32/kprobes.h 2006-08-22 08:38:50.000000000 +0200
@@ -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 */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists