![]() | |||||||||||||
Messages in this thread |
On Thu, Oct 06, Linas Vepstas wrote: > > 14-rpaphp-migrate.patch > > This patch moves some pci device add & remove code from the PCI > hotplug directory to the arch/ppc64/kernel directory, and cleans > it up a tad. The primary reason for this is that the code performs > some fairly generic operations that are shared with the PCI error > recovery code (living in the arch/ppc64/kernel directory). > +++ linux-2.6.14-rc2-git6/arch/ppc64/kernel/pci_dlpar.c 2005-10-06 17:54:00.306445890 -0500 > +pcibios_add_pci_devices(struct pci_bus * bus) > + eeh_add_device_tree_early(dn); eeh_add_device_tree_early is in eeh.c, which depends on CONFIG_EEH. but pci_dlpar.c is compiled unconditionally. Current powerpc.git gives: arch/powerpc/platforms/built-in.o(.text+0x99b8): In function `.pcibios_add_pci_devices': : undefined reference to `.eeh_add_device_tree_early' arch/powerpc/platforms/built-in.o(.text+0x9b40): In function `.pcibios_remove_pci_devices': : undefined reference to `.eeh_remove_bus_device' -- short story of a lazy sysadmin: alias appserv=wotan - 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/ | ||||||||||||
| Last update: 2006-01-07 21:31 [from the cache] ©2003-2008 | |||||||||||||