Re: compile warning

2007-10-30 Thread Arnd Bergmann
On Tuesday 30 October 2007, Sergej Stepanov wrote: > -void > +void __init > cpm2_reset(void) > { > #ifdef CONFIG_PPC_85xx > > -- > I am not sure it is ok. Yes, this looks good. > > But i have other 2 warnings (no modules). > > WARNING: vmlinux.o(.exit.text+0x5da): Section m

Re: compile warning

2007-10-29 Thread Sergej Stepanov
thanks for your reply. > > > > WARNING: vmlinux.o(.text+0x10f5c): Section mismatch: reference > > to .init.text:cpm_muram_init (between 'cpm2_reset' and > > 'cpm2_smc_clk_setup') > > > It should be fixed, but its highly unlikely you'll see a problem > unless you start trying to build core parts o

Re: compile warning

2007-10-26 Thread Kumar Gala
On Oct 26, 2007, at 8:25 AM, Sergej Stepanov wrote: > Hello! > > I have at compile time the following warning: > > WARNING: vmlinux.o(.text+0x10f5c): Section mismatch: reference > to .init.text:cpm_muram_init (between 'cpm2_reset' and > 'cpm2_smc_clk_setup') > > Could it make some problem? It sh