2008-02-14 22:15:52

by David Nicol

[permalink] [raw]
Subject: warning with 2.6.24.2 linking

Do we care?


AS .tmp_kallsyms2.o
LD vmlinux.o
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0xe51ac): Section mismatch: reference to
.init.text:pcibios_fixup_bus (between 'pci_scan_child_bus' and
'pci_scan_bus_parented')
LD vmlinux
SYSMAP System.map
SYSMAP .tmp_System.map


--
"The ultraleft underground armed revolutionary groups that burned down
our offices and forced our staff to leave the villages at gunpoint now
disappeared. We could finally concentrate on the production of fish."
-- Mohammad Yunus


2008-02-14 22:30:48

by Sam Ravnborg

[permalink] [raw]
Subject: Re: warning with 2.6.24.2 linking

On Thu, Feb 14, 2008 at 04:15:41PM -0600, David Nicol wrote:
> Do we care?
>
>
> AS .tmp_kallsyms2.o
> LD vmlinux.o
> MODPOST vmlinux.o
> WARNING: vmlinux.o(.text+0xe51ac): Section mismatch: reference to
> .init.text:pcibios_fixup_bus (between 'pci_scan_child_bus' and
> 'pci_scan_bus_parented')
> LD vmlinux
> SYSMAP System.map
> SYSMAP .tmp_System.map

I plan to fix this - so yes.

Sam