From 656e38958041f5a7b3b5223d37fe0dae34e057de Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 5 Nov 2007 07:47:12 +0900 Subject: [PATCH] --- yaml --- r: 73364 b: refs/heads/master c: b5f2d739e1f1fcfd3b9277cd43afad024bd7eca9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-sh/ptrace.h | 3 --- trunk/include/asm-sh64/ptrace.h | 2 -- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 43adb5d784b3..dfa16ef029f7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a8199071ca9129c02b25c649f62d499a26b0ff5b +refs/heads/master: b5f2d739e1f1fcfd3b9277cd43afad024bd7eca9 diff --git a/trunk/include/asm-sh/ptrace.h b/trunk/include/asm-sh/ptrace.h index ed358a376e6e..b9789c8b4d15 100644 --- a/trunk/include/asm-sh/ptrace.h +++ b/trunk/include/asm-sh/ptrace.h @@ -42,9 +42,6 @@ #define REG_FPSCR 55 #define REG_FPUL 56 -/* options set using PTRACE_SETOPTIONS */ -#define PTRACE_O_TRACESYSGOOD 0x00000001 - /* * This struct defines the way the registers are stored on the * kernel stack during a system call or other kernel entry. diff --git a/trunk/include/asm-sh64/ptrace.h b/trunk/include/asm-sh64/ptrace.h index a6d4da519db6..c424f80e3ae0 100644 --- a/trunk/include/asm-sh64/ptrace.h +++ b/trunk/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 */