From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C5886DDE41 for ; Sat, 18 Aug 2007 00:08:52 +1000 (EST) In-Reply-To: <20070817090535.0586160a@weaponx.rchland.ibm.com> References: <20070817090535.0586160a@weaponx.rchland.ibm.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: RFC: [PATCH] Fixup modpost warnings in head*.S for ppc32 Date: Fri, 17 Aug 2007 09:10:10 -0500 To: Josh Boyer Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 17, 2007, at 9:05 AM, Josh Boyer wrote: > 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. sure, will rebase this once its ready, and hopefully Paul will have your 40x support in his for-2.6.24 tree. - k