From: Mike Frysinger Date: Sun, 4 Nov 2007 22:47:12 +0000 (+0900) Subject: sh: remove PTRACE_O_TRACESYSGOOD from asm/ptrace.h X-Git-Tag: v2.6.24-rc3~171^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5f2d739e1f1fcfd3b9277cd43afad024bd7eca9;p=pandora-kernel.git sh: remove PTRACE_O_TRACESYSGOOD from asm/ptrace.h The common linux/ptrace.h already defines PTRACE_O_TRACESYSGOOD so there is no need to have arches do it. This also keeps glibc-2.7 from breaking since it has an enum for the PTRACE_O_* flags. Signed-off-by: Mike Frysinger Signed-off-by: Paul Mundt --- Reading git-diff-tree failed