aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2008-03-06 09:49:01 -0800
committerTony Luck <tony.luck@intel.com>2008-03-06 09:49:01 -0800
commit45e18c228e131592a922859e1525770a1803191d (patch)
treea971746de55c007d222ef2f7834045261240fffb /include
parent[IA64] update efi region debugging to use MB, GB and TB as well as KB (diff)
downloadlinux-dev-45e18c228e131592a922859e1525770a1803191d.tar.xz
linux-dev-45e18c228e131592a922859e1525770a1803191d.zip
[IA64] kprobes arch consolidation build fix
ia64 named their handler kprobes_fault_handler while all other arches used kprobe_fault_handler. Change the function definition and header declaration. Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/kprobes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/kprobes.h b/include/asm-ia64/kprobes.h
index 8233b3a964c6..d03bf9ff68e3 100644
--- a/include/asm-ia64/kprobes.h
+++ b/include/asm-ia64/kprobes.h
@@ -117,7 +117,7 @@ struct arch_specific_insn {
unsigned short slot;
};
-extern int kprobes_fault_handler(struct pt_regs *regs, int trapnr);
+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);