All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] ia64 kprobes build fix
@ 2005-06-27 18:02 Rusty Lynch
  0 siblings, 0 replies; only message in thread
From: Rusty Lynch @ 2005-06-27 18:02 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Anil S Keshavamurthy, linux-kernel

The following patch fixes an ia64 build failure when kprobes is enabled
as a result of the single-step out of line patch that expects each architecture
do define MAX_INSN_SIZE.

Signed-off-by: Rusty Lynch <rusty.lynch@intel.com>

 include/asm-ia64/kprobes.h |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6.12-mm2/include/asm-ia64/kprobes.h
===================================================================
--- linux-2.6.12-mm2.orig/include/asm-ia64/kprobes.h
+++ linux-2.6.12-mm2/include/asm-ia64/kprobes.h
@@ -28,6 +28,7 @@
 #include <linux/ptrace.h>
 #include <asm/break.h>
 
+#define MAX_INSN_SIZE   16
 #define BREAK_INST	(long)(__IA64_BREAK_KPROBE << 6)
 
 typedef union cmp_inst {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-27 18:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-27 18:02 [patch] ia64 kprobes build fix Rusty Lynch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.