From: Roland McGrath Date: Wed, 30 Jan 2008 12:31:48 +0000 (+0100) Subject: x86: compat_sys_ptrace X-Git-Tag: v2.6.25-rc1~1143^2~514 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c269f19617f508cc5c29c0b064c1a437d7011a46;p=pandora-kernel.git x86: compat_sys_ptrace This adds a generic definition of compat_sys_ptrace that calls compat_arch_ptrace, parallel to sys_ptrace/arch_ptrace. Some machines needing this already define a function by that name. The new generic function is defined only on machines that put #define __ARCH_WANT_COMPAT_SYS_PTRACE into asm/ptrace.h. Signed-off-by: Roland McGrath Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed