summaryrefslogtreecommitdiff
path: root/include/linux/kprobes.h
diff options
context:
space:
mode:
authorPrasanna S. Panchamukhi <prasanna@in.ibm.com>2005-01-20 16:00:15 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-20 16:00:15 -0800
commiteab5cc1e76bbb0320488cffe65185c20918a3d4a (patch)
tree15ec6f96423c3f16e517f9e7bea25a1aa1a19f66 /include/linux/kprobes.h
parent95e5e682f1a4cf716c89c9f9e6c01da898fb1f9c (diff)
[PATCH] kprobes: x86_64 memory allocation changes
Minor changes to the kprobes code to provide memory allocation for x86_64 architecture outside kprobes spin lock. Signed-off-by: Prasanna S Panchamukhi <prasanna@in.ibm.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux/kprobes.h')
-rw-r--r--include/linux/kprobes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kprobes.h b/include/linux/kprobes.h
index 3177a7ffe573..f20c163de4f5 100644
--- a/include/linux/kprobes.h
+++ b/include/linux/kprobes.h
@@ -95,6 +95,7 @@ static inline int kprobe_running(void)
}
extern int arch_prepare_kprobe(struct kprobe *p);
+extern void arch_copy_kprobe(struct kprobe *p);
extern void arch_remove_kprobe(struct kprobe *p);
extern void show_registers(struct pt_regs *regs);