Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=b5f2d739e1f1fcfd3b9277cd43afad024bd7eca9
Commit:     b5f2d739e1f1fcfd3b9277cd43afad024bd7eca9
Parent:     a8199071ca9129c02b25c649f62d499a26b0ff5b
Author:     Mike Frysinger <[EMAIL PROTECTED]>
AuthorDate: Mon Nov 5 07:47:12 2007 +0900
Committer:  Paul Mundt <[EMAIL PROTECTED]>
CommitDate: Wed Nov 7 11:13:54 2007 +0900

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mundt <[EMAIL PROTECTED]>
---
 include/asm-sh/ptrace.h   |    3 ---
 include/asm-sh64/ptrace.h |    2 --
 2 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/include/asm-sh/ptrace.h b/include/asm-sh/ptrace.h
index ed358a3..b9789c8 100644
--- a/include/asm-sh/ptrace.h
+++ b/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/include/asm-sh64/ptrace.h b/include/asm-sh64/ptrace.h
index a6d4da5..c424f80 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 */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to