]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-arm/kprobes.h
checkpatch: usb_free_urb() can take NULL
[linux-2.6-omap-h63xx.git] / include / asm-arm / kprobes.h
index 4e7bd32288ae6196a2fa5082173d5510cacd0b7a..b1a37876942deb793252e35f7b826f77fec0d9a1 100644 (file)
@@ -20,7 +20,6 @@
 #include <linux/ptrace.h>
 #include <linux/percpu.h>
 
-#define ARCH_SUPPORTS_KRETPROBES
 #define __ARCH_WANT_KPROBES_INSN_SLOT
 #define MAX_INSN_SIZE                  2
 #define MAX_STACK_SIZE                 64      /* 32 would probably be OK */
@@ -60,6 +59,7 @@ struct kprobe_ctlblk {
 };
 
 void arch_remove_kprobe(struct kprobe *);
+void kretprobe_trampoline(void);
 
 int kprobe_trap_handler(struct pt_regs *regs, unsigned int instr);
 int kprobe_fault_handler(struct pt_regs *regs, unsigned int fsr);