lkml.org 
[lkml]   [2006]   [Aug]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] AVR32: kprobes compile fix
From: Haavard Skinnemoen <hskinnemoen@atmel.com>

Add dummy flush_insn_slot define required by kprobes.

Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-08-22 14:41    [W:0.326 / U:0.596 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site