]> git.wh0rd.org - patches.git/blame - linux-sh-delete-PTRACE_O_TRACESYSGOOD.patch
initial import
[patches.git] / linux-sh-delete-PTRACE_O_TRACESYSGOOD.patch
CommitLineData
5e993f12 1diff --git a/include/asm-sh/ptrace.h b/include/asm-sh/ptrace.h
2index ed358a3..b9789c8 100644
3--- a/include/asm-sh/ptrace.h
4+++ b/include/asm-sh/ptrace.h
5@@ -42,9 +42,6 @@
6 #define REG_FPSCR 55
7 #define REG_FPUL 56
8
9-/* options set using PTRACE_SETOPTIONS */
10-#define PTRACE_O_TRACESYSGOOD 0x00000001
11-
12 /*
13 * This struct defines the way the registers are stored on the
14 * kernel stack during a system call or other kernel entry.
15diff --git a/include/asm-sh64/ptrace.h b/include/asm-sh64/ptrace.h
16index a6d4da5..c424f80 100644
17--- a/include/asm-sh64/ptrace.h
18+++ b/include/asm-sh64/ptrace.h
19@@ -32,6 +32,4 @@ struct pt_regs {
20 extern void show_regs(struct pt_regs *);
21 #endif
22
23-#define PTRACE_O_TRACESYSGOOD 0x00000001
24-
25 #endif /* __ASM_SH64_PTRACE_H */