]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-avr32/kprobes.h
[ARM] 4989/1: [AT91] SAM9 ClockSource / ClockEvents
[linux-2.6-omap-h63xx.git] / include / asm-avr32 / kprobes.h
index 09a5cbe2f8969f75892084764d62ee2398b1b119..996cb656474e267920ad6856f6445156349b0579 100644 (file)
@@ -17,7 +17,7 @@ typedef u16   kprobe_opcode_t;
 #define BREAKPOINT_INSTRUCTION 0xd673  /* breakpoint */
 #define MAX_INSN_SIZE          2
 
-#define ARCH_INACTIVE_KPROBE_COUNT 1
+#define kretprobe_blacklist_size 0
 
 #define arch_remove_kprobe(p)  do { } while (0)
 
@@ -26,6 +26,7 @@ struct arch_specific_insn {
        kprobe_opcode_t insn[MAX_INSN_SIZE];
 };
 
+extern int kprobe_fault_handler(struct pt_regs *regs, int trapnr);
 extern int kprobe_exceptions_notify(struct notifier_block *self,
                                    unsigned long val, void *data);