From: Heiko Carstens Date: Mon, 5 Feb 2007 20:17:32 +0000 (+0100) Subject: [S390] kretprobe_trampoline_holder() in wrong section. X-Git-Tag: v2.6.21-rc1~92^2~41^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d42335a33b2ca2406d57bb8f0cf00adbdda8cede;p=pandora-kernel.git [S390] kretprobe_trampoline_holder() in wrong section. kretprobe_trampoline_holder() is in kprobes section but used to register a kprobe in arch_init_kprobes(). Hence register_kprobe() and therefore arch_init_kprobes() will fail. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed