Re: 2.5.8-pre3 full compile - warnings

Greg KH (greg@kroah.com)
Sun, 14 Apr 2002 11:04:33 -0700


On Sun, Apr 14, 2002 at 11:27:36AM -0700, Martin J. Bligh wrote:
> > Although everything compiled, it did not link because of missing symbols.
> >
> > arch/i386/kernel/pci-pc.o: In function `pci_conf1_read':
> > arch/i386/kernel/pci-pc.o(.text+0xa3): undefined reference to
> > `mp_bus_id_to_local' arch/i386/kernel/pci-pc.o: In function
> > `pci_conf1_write':
> > arch/i386/kernel/pci-pc.o(.text+0x2c3): undefined reference to
> > `mp_bus_id_to_local' arch/i386/kernel/pci-pc.o: In function
> > `pci_fixup_i450nx':
> > arch/i386/kernel/pci-pc.o(.text+0x1c01): undefined reference to
> > `quad_local_to_mp_bus_id' arch/i386/kernel/pci-pc.o(.text+0x1c28):
> > undefined reference to `quad_local_to_mp_bus_id'
> > arch/i386/kernel/pci-pc.o: In function `pcibios_init':
> > arch/i386/kernel/pci-pc.o(.text.init+0xbd): undefined reference to
> > `quad_local_to_mp_bus_id' drivers/video/neofb.o: In function
> > `neofb_setup':
>
> Looks like someone screwed up arch/i386/kernel/mpparse.c
> between pre2 and pre3 - at a glance, it looked like someone
> took an old version of the file without my changes to support
> multi-quad PCI on NUMA-Q, and hacked it forward without changing
> it properly ...

In looking at the changesets, it seems that the offending party is the
ACPI group. I'd go complain to them :)

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/