aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sh64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-11-05 07:47:12 +0900
committerPaul Mundt <lethal@linux-sh.org>2007-11-07 11:13:54 +0900
commitb5f2d739e1f1fcfd3b9277cd43afad024bd7eca9 (patch)
treef55f859156389a9cb317c6b47243d776d3eac48b /include/asm-sh64
parentsh: Add SH7705 and other to the support of Solution Engine. (diff)
downloadlinux-dev-b5f2d739e1f1fcfd3b9277cd43afad024bd7eca9.tar.xz
linux-dev-b5f2d739e1f1fcfd3b9277cd43afad024bd7eca9.zip
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>
Diffstat (limited to 'include/asm-sh64')
-rw-r--r--include/asm-sh64/ptrace.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sh64/ptrace.h b/include/asm-sh64/ptrace.h
index a6d4da519db6..c424f80e3ae0 100644
--- a/include/asm-sh64/ptrace.h
+++ b/include/asm-sh64/ptrace.h
@@ -32,6 +32,4 @@ struct pt_regs {
extern void show_regs(struct pt_regs *);
#endif
-#define PTRACE_O_TRACESYSGOOD 0x00000001
-
#endif /* __ASM_SH64_PTRACE_H */