RFC: [PATCH] Fixup modpost warnings in head*.S for ppc32
    Josh Boyer 
    jwboyer at linux.vnet.ibm.com
       
    Sat Aug 18 00:10:50 EST 2007
    
    
  
On Fri, 17 Aug 2007 09:10:10 -0500
Kumar Gala <galak at kernel.crashing.org> wrote:
> 
> On Aug 17, 2007, at 9:05 AM, Josh Boyer wrote:
> 
> > On Fri, 17 Aug 2007 08:48:40 -0500 (CDT)
> > Kumar Gala <galak at kernel.crashing.org> 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.
40x "support" isn't there yet.  Just the path renames.  But I'm in the
process of actually testing your patch on 40x as we speak with
my local patches.  And 44x for that matter.  Stay tuned :)
josh
    
    
More information about the Linuxppc-dev
mailing list