public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [patch 1/1] Add missing jprobe macro for ia64
@ 2005-05-24  1:04 Rusty Lynch
  0 siblings, 0 replies; only message in thread
From: Rusty Lynch @ 2005-05-24  1:04 UTC (permalink / raw)
  To: akpm; +Cc: Anil S Keshavamurthy, linux-kernel, linux-ia64, Rusty Lynch

The following minimal patch adds a missing macro that is expected
from each architecture supporting Jprobes, but was left out of
this mornings ia64 support patches.  This patch applies to all the 
previous kprobes patches that have already made it into your next 
mm series.

    --rusty

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

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

Index: linux-2.6.12-rc4/include/asm-ia64/kprobes.h
=================================--- linux-2.6.12-rc4.orig/include/asm-ia64/kprobes.h
+++ linux-2.6.12-rc4/include/asm-ia64/kprobes.h
@@ -53,6 +53,8 @@ typedef struct _bundle {
 #define LONG_BRANCH_OPCODE		(0xC)
 #define LONG_CALL_OPCODE		(0xD)
 
+#define JPROBE_ENTRY(pentry)	(kprobe_opcode_t *)pentry
+
 typedef struct kprobe_opcode {
 	bundle_t bundle;
 } kprobe_opcode_t;

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

only message in thread, other threads:[~2005-05-24  1:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-24  1:04 [patch 1/1] Add missing jprobe macro for ia64 Rusty Lynch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox