aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/kprobes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/kprobes.h')
-rw-r--r--include/asm-powerpc/kprobes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/kprobes.h b/include/asm-powerpc/kprobes.h
index 42ece411435a..89dee13c2a4c 100644
--- a/include/asm-powerpc/kprobes.h
+++ b/include/asm-powerpc/kprobes.h
@@ -50,6 +50,7 @@ typedef unsigned int kprobe_opcode_t;
50 50
51#define ARCH_SUPPORTS_KRETPROBES 51#define ARCH_SUPPORTS_KRETPROBES
52void kretprobe_trampoline(void); 52void kretprobe_trampoline(void);
53extern void arch_remove_kprobe(struct kprobe *p, struct semaphore *s);
53 54
54/* Architecture specific copy of original instruction */ 55/* Architecture specific copy of original instruction */
55struct arch_specific_insn { 56struct arch_specific_insn {