Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757950AbZDXVJa (ORCPT ); Fri, 24 Apr 2009 17:09:30 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753308AbZDXVJW (ORCPT ); Fri, 24 Apr 2009 17:09:22 -0400 Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.122]:50101 "EHLO cdptpa-omtalb.mail.rr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751425AbZDXVJV (ORCPT ); Fri, 24 Apr 2009 17:09:21 -0400 X-Greylist: delayed 10864 seconds by postgrey-1.27 at vger.kernel.org; Fri, 24 Apr 2009 17:09:21 EDT Date: Fri, 24 Apr 2009 14:08:14 -0400 Message-ID: <87vdotkjqp.wl%ysato@users.sourceforge.jp> From: Yoshinori Sato To: Oleg Nesterov Cc: Andrew Morton , Roland McGrath , Chris Zankel , David Howells , Geert Uytterhoeven , Greg Ungerer , Haavard Skinnemoen , Helge Deller , Hirokazu Takata , Jeff Dike , Kyle McMartin , Martin Schwidefsky , Mike Frysinger , Paul Mundt , Roman Zippel , linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/4] ptrace: remove PT_DTRACE from arch/h8300 In-Reply-To: <20090423193202.GA14878@redhat.com> References: <20090423193202.GA14878@redhat.com> User-Agent: Wanderlust/2.15.6 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.7 Emacs/22.3 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1034 Lines: 35 At Thu, 23 Apr 2009 21:32:02 +0200, Oleg Nesterov wrote: > > 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 > arch/h8300/kernel/asm-offsets.c | 1 - > 1 file changed, 1 deletion(-) > > --- PTRACE/arch/h8300/kernel/asm-offsets.c~DT_1_NOP 2009-04-06 00:03:35.000000000 +0200 > +++ PTRACE/arch/h8300/kernel/asm-offsets.c 2009-04-22 21:29:00.000000000 +0200 > @@ -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; > } > -- Yoshinori Sato -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/