From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e34.co.us.ibm.com (e34.co.us.ibm.com [32.97.110.152]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e34.co.us.ibm.com", Issuer "Equifax" (verified OK)) by ozlabs.org (Postfix) with ESMTP id DB124DDE41 for ; Sat, 18 Aug 2007 00:05:41 +1000 (EST) Received: from d03relay02.boulder.ibm.com (d03relay02.boulder.ibm.com [9.17.195.227]) by e34.co.us.ibm.com (8.13.8/8.13.8) with ESMTP id l7HE5bio031448 for ; Fri, 17 Aug 2007 10:05:37 -0400 Received: from d03av01.boulder.ibm.com (d03av01.boulder.ibm.com [9.17.195.167]) by d03relay02.boulder.ibm.com (8.13.8/8.13.8/NCO v8.5) with ESMTP id l7HE5aXI249646 for ; Fri, 17 Aug 2007 08:05:36 -0600 Received: from d03av01.boulder.ibm.com (loopback [127.0.0.1]) by d03av01.boulder.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id l7HE5aeR012465 for ; Fri, 17 Aug 2007 08:05:36 -0600 Date: Fri, 17 Aug 2007 09:05:35 -0500 From: Josh Boyer To: Kumar Gala Subject: Re: RFC: [PATCH] Fixup modpost warnings in head*.S for ppc32 Message-ID: <20070817090535.0586160a@weaponx.rchland.ibm.com> In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 17 Aug 2007 08:48:40 -0500 (CDT) Kumar Gala wrote: > diff --git a/arch/powerpc/kernel/head_4xx.S b/arch/powerpc/kernel/head_4xx.S > index adc7f80..a0c9151 100644 > --- a/arch/powerpc/kernel/head_4xx.S > +++ b/arch/powerpc/kernel/head_4xx.S > @@ -53,9 +53,9 @@ > * > * This is all going to change RSN when we add bi_recs....... -- Dan > */ > - .text > -_GLOBAL(_stext) > -_GLOBAL(_start) > + .section .text.head, "ax" > +_ENTRY(_stext); > +_ENTRY(_start); FYI, I renamed this file to head_40x.S in my current for-2.6.24 series. Hopefully Paul will pull that soon. josh