From: Rusty Lynch Date: Wed, 6 Jul 2005 01:54:50 +0000 (-0700) Subject: [PATCH] kprobes: fix namespace problem and sparc64 build X-Git-Tag: v2.6.13-rc2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6772926bef3c9f0ec761b39e5702535471fff70b;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed