From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH] powerpc: PPC_CELL_NATIVE should select PCI Date: Thu, 2 Apr 2009 15:15:11 +0200 References: <1238583750.17330.125.camel@pasglop> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Message-Id: <200904021515.12082.arnd@arndb.de> Cc: Geert Uytterhoeven , Cell Broadband Engine OSS Development List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 02 April 2009, Geert Uytterhoeven wrote: > | arch/powerpc/platforms/built-in.o:(.toc1+0x4e8): undefined reference to `pci_io_base' > > due to arch/powerpc/platforms/cell/io-workarounds.c. I guess this file > shouldn't be built when CONFIG_PCI=n? Right, the I/O workarounds are specific to the spider PCI implementation, so there is no point in having them without PCI support. > As I don't have the hardware to test anyway, I'll give up. BenK, can you try Geert's patch on QPACE? Arnd <><