From: Ian Munsie Date: Thu, 3 Feb 2011 03:27:22 +0000 (+1100) Subject: tracing/syscalls: Make arch_syscall_addr weak X-Git-Tag: v2.6.39-rc1~510^2~63^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c763ba06bd9b5db2c46c36276c89103d92d2c604;p=pandora-kernel.git tracing/syscalls: Make arch_syscall_addr weak Some architectures use non-trivial system call tables and will not work with the generic arch_syscall_addr code. For example, PowerPC64 uses a table of twin long longs. This patch makes the generic arch_syscall_addr weak to allow architectures with non-trivial system call tables to override it. Signed-off-by: Ian Munsie LKML-Reference: <1296703645-18718-4-git-send-email-imunsie@au1.ibm.com> Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed