Re: [PATCH] x86-64: Calgary - fix section mismatch warnings in tce

2007-07-26 Thread Muli Ben-Yehuda
On Thu, Jul 26, 2007 at 12:02:38PM +0200, Sam Ravnborg wrote: > Now I recall I saw it too :-( > This one is beeter although the __init in the prototype declaration > should have no effect. (Also wonder why the prototypes are extern - > that should be a no-op too). The __init in the prototype is

Re: [PATCH] x86-64: Calgary - fix section mismatch warnings in tce

2007-07-26 Thread Sam Ravnborg
On Thu, Jul 26, 2007 at 12:06:11PM +0300, Muli Ben-Yehuda wrote: > On Thu, Jul 26, 2007 at 08:23:30AM +0200, Sam Ravnborg wrote: > > Fix the following two section mismatch warnings: > > > > WARNING: vmlinux.o(.text+0x1ce84): Section mismatch: reference to > > .init.text:free_bootmem (between 'fre

[PATCH] x86-64: Calgary - fix section mismatch warnings in tce

2007-07-26 Thread Muli Ben-Yehuda
On Thu, Jul 26, 2007 at 08:23:30AM +0200, Sam Ravnborg wrote: > Fix the following two section mismatch warnings: > > WARNING: vmlinux.o(.text+0x1ce84): Section mismatch: reference to > .init.text:free_bootmem (between 'free_tce_table' and 'build_tce_table') > WARNING: vmlinux.o(.text+0x1d04d): Se