diff options
author | Tony Luck <tony.luck@intel.com> | 2005-07-07 00:35:18 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-07-07 00:35:18 +0200 |
commit | 67d340f440f389e9d56201fb7c7aaa92f262feb1 (patch) | |
tree | a96c26a370beb23282a561ddd936e5d0aa93adde /arch/ia64 | |
parent | [IA64] restore_sigcontext is not preempt safe (diff) | |
parent | [PATCH] Fix bt87x.c build problem for real (diff) | |
download | linux-67d340f440f389e9d56201fb7c7aaa92f262feb1.tar.xz linux-67d340f440f389e9d56201fb7c7aaa92f262feb1.zip |
Auto merge with /home/aegl/GIT/linus
Diffstat (limited to 'arch/ia64')
-rw-r--r-- | arch/ia64/kernel/kprobes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/kprobes.c b/arch/ia64/kernel/kprobes.c index 3aa3167edbec..884f5cd27d8a 100644 --- a/arch/ia64/kernel/kprobes.c +++ b/arch/ia64/kernel/kprobes.c @@ -713,7 +713,7 @@ static struct kprobe trampoline_p = { .pre_handler = trampoline_probe_handler }; -int __init arch_init(void) +int __init arch_init_kprobes(void) { trampoline_p.addr = (kprobe_opcode_t *)((struct fnptr *)kretprobe_trampoline)->ip; |