From: Oleg Nesterov Date: Wed, 17 Jun 2009 23:27:23 +0000 (-0700) Subject: ptrace: remove PT_DTRACE from arch/h8300 X-Git-Tag: 2.1b_release~12311 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02e787494ada6026074189c5268b88b7ca5cd595;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git 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 Acked-by: Yoshinori Sato Acked-by: Roland McGrath Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/h8300/kernel/asm-offsets.c b/arch/h8300/kernel/asm-offsets.c index 2042552..fd961e0 100644 --- a/arch/h8300/kernel/asm-offsets.c +++ b/arch/h8300/kernel/asm-offsets.c @@ -55,7 +55,6 @@ int main(void) DEFINE(LRET, offsetof(struct pt_regs, pc) - sizeof(long)); DEFINE(PT_PTRACED, PT_PTRACED); - DEFINE(PT_DTRACE, PT_DTRACE); return 0; }