]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ia64/kernel/kprobes.c
[PATCH] kprobes: fix namespace problem and sparc64 build
[linux-2.6-omap-h63xx.git] / arch / ia64 / kernel / kprobes.c
index 3aa3167edbec218241d4b167593728ad99542efd..884f5cd27d8a656856a46342f616d4a198ec25c6 100644 (file)
@@ -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;