diff options
author | Oleg Nesterov <oleg@redhat.com> | 2009-06-17 19:27:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-18 16:03:48 -0400 |
commit | 02e787494ada6026074189c5268b88b7ca5cd595 (patch) | |
tree | 2732a54ece36c785ae22dbd708802977cb5be73b /arch/h8300 | |
parent | 87245135d5057edd5a8037131f81eeffd76d4fef (diff) |
ptrace: remove PT_DTRACE from arch/h8300
h8300 defines PT_DTRACE for asm but never uses it.
DEFINE(PT_PTRACED, PT_PTRACED) seems to be unused too.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Acked-by: Roland McGrath <roland@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/h8300')
-rw-r--r-- | arch/h8300/kernel/asm-offsets.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/h8300/kernel/asm-offsets.c b/arch/h8300/kernel/asm-offsets.c index 2042552e0871..fd961e0bd741 100644 --- a/arch/h8300/kernel/asm-offsets.c +++ b/arch/h8300/kernel/asm-offsets.c | |||
@@ -55,7 +55,6 @@ int main(void) | |||
55 | DEFINE(LRET, offsetof(struct pt_regs, pc) - sizeof(long)); | 55 | DEFINE(LRET, offsetof(struct pt_regs, pc) - sizeof(long)); |
56 | 56 | ||
57 | DEFINE(PT_PTRACED, PT_PTRACED); | 57 | DEFINE(PT_PTRACED, PT_PTRACED); |
58 | DEFINE(PT_DTRACE, PT_DTRACE); | ||
59 | 58 | ||
60 | return 0; | 59 | return 0; |
61 | } | 60 | } |