Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763592AbYA3R1t (ORCPT ); Wed, 30 Jan 2008 12:27:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757617AbYA3R1l (ORCPT ); Wed, 30 Jan 2008 12:27:41 -0500 Received: from py-out-1112.google.com ([64.233.166.180]:21577 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757591AbYA3R1j (ORCPT ); Wed, 30 Jan 2008 12:27:39 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Hs+zNYfs7+95LQaL0xzp6GOinJYEigYc+Cx/ZH/qK6z66bNFsnifCIEsOnmfs2OOudvBIFVRyrGKlfA0dJZ/gRv726OEkUY55FV9pnzWzavL+tTkGa7+bi8uiFOy0AWY9n0itlEuh42jgvGFW49chZu+rSAH7mtdkEGGalEpBoM= Message-ID: <386072610801300927u5fa3786bn5e6ff0c4deef9ff5@mail.gmail.com> Date: Thu, 31 Jan 2008 01:27:36 +0800 From: "Bryan Wu" To: "Paulo Marques" Subject: Re: [PATCH 1/1] [Kallsyms] Blackfin: Allow kernel symbols in L1 to be found Cc: "Bryan Wu" , linux-kernel@vger.kernel.org, "Robin Getz" In-Reply-To: <47A05CBA.2030903@grupopie.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1201688453-1763-1-git-send-email-bryan.wu@analog.com> <47A05CBA.2030903@grupopie.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1201 Lines: 30 On Jan 30, 2008 7:17 PM, Paulo Marques wrote: > Bryan Wu wrote: > > From: Robin Getz > > [...] > > --- a/scripts/kallsyms.c > > +++ b/scripts/kallsyms.c > > @@ -12,6 +12,8 @@ > > * (25/Aug/2004) Paulo Marques > > * Changed the compression method from stem compression to "table lookup" > > * compression > > + * (10/Jul/2006) Robin Getz > > + * Add _stext_l1, _etext_l1 for the L1 memory section in Blackfin. > > When I wrote this initially, it was a mistake to add a Changelog in the > first place, but I didn't know better at the time. > > If you're going to make changes to this file, please remove all the > Changelog, instead of adding more entries to it. The "Changelog" should > be kept by the version control system, and not the source code itself. > May I remove the whole "Changelog" with a separated patch? Thanks -Bryan -- 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/