]> git.baikalelectronics.ru Git - kernel.git/commit
sh: remove PTRACE_O_TRACESYSGOOD from asm/ptrace.h
authorMike Frysinger <vapier@gentoo.org>
Sun, 4 Nov 2007 22:47:12 +0000 (07:47 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Wed, 7 Nov 2007 02:13:54 +0000 (11:13 +0900)
commit7e4435503a92c36998cbcf8a41655449f1527596
treef55f859156389a9cb317c6b47243d776d3eac48b
parent8a9486c88851921883b2faabd0f37cb0aff3fb3d
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 <vapier@gentoo.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
include/asm-sh/ptrace.h
include/asm-sh64/ptrace.h