[PATCH 1/4] powerpc: Add Kconfig dependency for PCI_MSI as needed by XICS
Michael Ellerman
michael at ellerman.id.au
Tue Nov 17 23:40:10 EST 2009
On Tue, 2009-11-17 at 12:07 +0000, Mel Gorman wrote:
> It's possible to set CONFIG_XICS without CONFIG_PCI_MSI. When that
> happens, the kernel fails to build with
>
> arch/powerpc/platforms/built-in.o: In function `.xics_startup':
> xics.c:(.text+0x12f60): undefined reference to `.unmask_msi_irq'
> make: *** [.tmp_vmlinux1] Error 1
>
> This patch adds the dependency in KConfig.
Actually we should ifdef the code instead, XICS doesn't require MSI -
that code chunk just needs to be conditional.
cheers
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20091117/44fb1115/attachment.pgp>
More information about the Linuxppc-dev
mailing list