Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753357Ab1DPTTR (ORCPT ); Sat, 16 Apr 2011 15:19:17 -0400 Received: from linux-sh.org ([111.68.239.195]:53957 "EHLO linux-sh.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752975Ab1DPTTH (ORCPT ); Sat, 16 Apr 2011 15:19:07 -0400 Date: Sun, 17 Apr 2011 04:17:57 +0900 From: Paul Mundt To: Sergei Shtylyov Cc: Mike Frysinger , Roland McGrath , Oleg Nesterov , linux-kernel@vger.kernel.org, kgdb-bugreport@lists.sourceforge.net, Jason Wessel , Andrew Morton , linux-sh@vger.kernel.org, x86@kernel.org, "H. Peter Anvin" , Thomas Gleixner , Ingo Molnar Subject: Re: [Kgdb-bugreport] [PATCH 4/5] sh: convert to asm-generic ptrace.h Message-ID: <20110416191757.GA11609@linux-sh.org> References: <1302760895-13459-1-git-send-email-vapier@gentoo.org> <1302760895-13459-5-git-send-email-vapier@gentoo.org> <4DA70319.8000902@mvista.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4DA70319.8000902@mvista.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1008 Lines: 31 On Thu, Apr 14, 2011 at 06:22:17PM +0400, Sergei Shtylyov wrote: > Mike Frysinger wrote: > > >Signed-off-by: Mike Frysinger > >--- > > arch/sh/include/asm/ptrace.h | 6 ++++-- > > 1 files changed, 4 insertions(+), 2 deletions(-) > > >diff --git a/arch/sh/include/asm/ptrace.h b/arch/sh/include/asm/ptrace.h > >index b219a08..3f2a6e7 100644 > >--- a/arch/sh/include/asm/ptrace.h > >+++ b/arch/sh/include/asm/ptrace.h > [...] > >@@ -137,6 +136,9 @@ static inline unsigned long profile_pc(struct pt_regs > >*regs) > > > > return pc; > > } > >+#define profile_pc profile_pc > > Same question about preprocessor... > Same response. There are many places in the kernel where this convention is used, and for a good reason. Grep harder. -- 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/