[PATCH 3/6] ftrace syscalls: Make arch_syscall_addr weak

2011-02-02 Thread Ian Munsie
From: Ian Munsie 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

[PATCH 3/6] ftrace syscalls: Make arch_syscall_addr weak

2011-02-01 Thread Ian Munsie
From: Ian Munsie 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