From: David S. Miller Date: Sun, 11 May 2008 04:11:23 +0000 (-0700) Subject: sparc: Fix ptrace() detach. X-Git-Tag: v2.6.26-rc2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=986bef854fab44012df678a5b51817d5274d3ca1;p=pandora-kernel.git sparc: Fix ptrace() detach. Forever we had a PTRACE_SUNOS_DETACH which was unconditionally recognized, regardless of the personality of the process. Unfortunately, this value is what ended up in the GLIBC sys/ptrace.h header file on sparc as PTRACE_DETACH and PT_DETACH. So continue to recognize this old value. Luckily, it doesn't conflict with anything we actually care about. Signed-off-by: David S. Miller --- Reading git-diff-tree failed