From: Mike Frysinger Date: Tue, 26 Jan 2010 09:40:03 +0000 (-0500) Subject: tracing: Unify arch_syscall_addr() implementations X-Git-Tag: v2.6.34-rc1~263^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b8e675d9c71b868b66f62f725a948047514719;p=pandora-kernel.git tracing: Unify arch_syscall_addr() implementations Most implementations of arch_syscall_addr() are the same, so create a default version in common code and move the one piece that differs (the syscall table) to asm/syscall.h. New arch ports don't have to waste time copying & pasting this simple function. The s390/sparc versions need to be different, so document why. Signed-off-by: Mike Frysinger Acked-by: David S. Miller Acked-by: Paul Mundt Acked-by: Heiko Carstens Cc: Steven Rostedt LKML-Reference: <1264498803-17278-1-git-send-email-vapier@gentoo.org> Signed-off-by: Frederic Weisbecker --- Reading git-diff-tree failed