Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a24e57be authored by Jens Osterkamp's avatar Jens Osterkamp Committed by Arnd Bergmann
Browse files

[POWERPC] cell: Enable spider workarounds on all PCI buses



Don't limit spider I/O workarounds to the first two buses.
The IBM Cell blade has three of them (one PCI, two PCIe)
and we want to handle them all.

Signed-off-by: default avatarJens Osterkamp <jens@de.ibm.com>
Signed-off-by: default avatarArnd Bergmann <arnd.bergmann@de.ibm.com>
parent f1fa16e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
 */
#define SPIDER_DISABLE_PREFETCH

#define MAX_SPIDERS	2
#define MAX_SPIDERS	3

static struct spider_pci_bus {
	void __iomem	*regs;