[PATCH] kprobes: fix namespace problem and sparc64 build
authorRusty Lynch <rusty.lynch@intel.com>
Wed, 6 Jul 2005 01:54:50 +0000 (18:54 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 6 Jul 2005 02:19:00 +0000 (19:19 -0700)
commit6772926bef3c9f0ec761b39e5702535471fff70b
treeb55f1b7af51e10c54781e24b5472236323d24ee5
parent4b1294f928d9396e45f62b1c306ac8bf9fae036b
[PATCH] kprobes: fix namespace problem and sparc64 build

The following renames arch_init, a kprobes function for performing any
architecture specific initialization, to arch_init_kprobes in order to
cleanup the namespace.

Also, this patch adds arch_init_kprobes to sparc64 to fix the sparc64 kprobes
build from the last return probe patch.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/kprobes.c
arch/ia64/kernel/kprobes.c
arch/ppc64/kernel/kprobes.c
arch/sparc64/kernel/kprobes.c
arch/x86_64/kernel/kprobes.c
include/linux/kprobes.h
kernel/kprobes.c