* 2.6.29-rc6-git6 defconfig build failure
@ 2009-03-03 9:50 Sachin P. Sant
2009-03-03 11:50 ` Michael Neuling
0 siblings, 1 reply; 2+ messages in thread
From: Sachin P. Sant @ 2009-03-03 9:50 UTC (permalink / raw)
To: linuxppc-dev, Benjamin Herrenschmidt
2.6.29-rc6-git6 ppc64_defconfig build fails with
arch/powerpc/kernel/built-in.o: In function `.of_pci_phb_probe':
of_platform.c:(.devinit.text+0xe0): undefined reference to `.pcibios_claim_one_bus'
arch/powerpc/platforms/built-in.o: In function `.remove_phb_dynamic':
(.text+0x120fc): undefined reference to `.pcibios_unmap_io_space'
arch/powerpc/platforms/built-in.o: In function `.pcibios_add_pci_devices':
(.text+0x12338): undefined reference to `.pcibios_finish_adding_to_bus'
arch/powerpc/platforms/built-in.o: In function `.init_phb_dynamic':
(.devinit.text+0x6ec): undefined reference to `.pcibios_finish_adding_to_bus'
make: *** [.tmp_vmlinux1] Error 1
git5 did not have this problem as CONFIG_HOTPLUG was set with ppc64_defconfig.
With git6 defconfig there is no CONFIG_HOTPLUG
# grep CONFIG_HOTPLUG linux-2.6.29-rc6-git6/.config
#
# grep CONFIG_HOTPLUG linux-2.6.29-rc6-git5/.config
CONFIG_HOTPLUG=y
CONFIG_HOTPLUG_CPU=y
CONFIG_HOTPLUG_PCI=m
# CONFIG_HOTPLUG_PCI_FAKE is not set
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set
CONFIG_HOTPLUG_PCI_RPA=m
CONFIG_HOTPLUG_PCI_RPA_DLPAR=m
Thanks
-Sachin
--
---------------------------------
Sachin Sant
IBM Linux Technology Center
India Systems and Technology Labs
Bangalore, India
---------------------------------
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.29-rc6-git6 defconfig build failure
2009-03-03 9:50 2.6.29-rc6-git6 defconfig build failure Sachin P. Sant
@ 2009-03-03 11:50 ` Michael Neuling
0 siblings, 0 replies; 2+ messages in thread
From: Michael Neuling @ 2009-03-03 11:50 UTC (permalink / raw)
To: Sachin P. Sant; +Cc: linuxppc-dev
Sachin,
2450cf51a1bdba7037e91b1bcc494b01c58aaf66 fixes this. Already upstream.
Mikey
In message <49ACFD4E.8060506@in.ibm.com> you wrote:
> 2.6.29-rc6-git6 ppc64_defconfig build fails with
>
> arch/powerpc/kernel/built-in.o: In function `.of_pci_phb_probe':
> of_platform.c:(.devinit.text+0xe0): undefined reference to `.pcibios_claim_on
e_bus'
> arch/powerpc/platforms/built-in.o: In function `.remove_phb_dynamic':
> (.text+0x120fc): undefined reference to `.pcibios_unmap_io_space'
> arch/powerpc/platforms/built-in.o: In function `.pcibios_add_pci_devices':
> (.text+0x12338): undefined reference to `.pcibios_finish_adding_to_bus'
> arch/powerpc/platforms/built-in.o: In function `.init_phb_dynamic':
> (.devinit.text+0x6ec): undefined reference to `.pcibios_finish_adding_to_bus'
> make: *** [.tmp_vmlinux1] Error 1
>
> git5 did not have this problem as CONFIG_HOTPLUG was set with ppc64_defconfig
.
> With git6 defconfig there is no CONFIG_HOTPLUG
>
> # grep CONFIG_HOTPLUG linux-2.6.29-rc6-git6/.config
> #
>
> # grep CONFIG_HOTPLUG linux-2.6.29-rc6-git5/.config
> CONFIG_HOTPLUG=y
> CONFIG_HOTPLUG_CPU=y
> CONFIG_HOTPLUG_PCI=m
> # CONFIG_HOTPLUG_PCI_FAKE is not set
> # CONFIG_HOTPLUG_PCI_CPCI is not set
> # CONFIG_HOTPLUG_PCI_SHPC is not set
> CONFIG_HOTPLUG_PCI_RPA=m
> CONFIG_HOTPLUG_PCI_RPA_DLPAR=m
>
> Thanks
> -Sachin
>
> --
>
> ---------------------------------
> Sachin Sant
> IBM Linux Technology Center
> India Systems and Technology Labs
> Bangalore, India
> ---------------------------------
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-03-03 11:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-03 9:50 2.6.29-rc6-git6 defconfig build failure Sachin P. Sant
2009-03-03 11:50 ` Michael Neuling
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).