]> err.no Git - linux-2.6/blobdiff - include/asm-ia64/kprobes.h
ocfs2: Unlock mutex in local alloc failure case
[linux-2.6] / include / asm-ia64 / kprobes.h
index 2abc98b336f3f605ac4b18213b56d7a2f13d88f4..067d9dea68f9d627f41ba634e7169185bafcf5e4 100644 (file)
@@ -82,8 +82,6 @@ struct kprobe_ctlblk {
        struct prev_kprobe prev_kprobe[ARCH_PREV_KPROBE_SZ];
 };
 
-#define JPROBE_ENTRY(pentry)   (kprobe_opcode_t *)pentry
-
 #define ARCH_SUPPORTS_KRETPROBES
 #define  ARCH_INACTIVE_KPROBE_COUNT 1
 
@@ -120,6 +118,7 @@ struct arch_specific_insn {
        unsigned short slot;
 };
 
+extern int kprobes_fault_handler(struct pt_regs *regs, int trapnr);
 extern int kprobe_exceptions_notify(struct notifier_block *self,
                                    unsigned long val, void *data);