aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJens Osterkamp <jens@de.ibm.com>2006-12-19 15:32:43 +0100
committerArnd Bergmann <arnd@klappe.arndb.de>2006-12-19 15:35:37 +0100
commita24e57be9baed6ccb552fbdb8e7e29e9c2da0375 (patch)
tree2a9ca49d2aca4757cea0c43ec017ba9ddb54f1b7 /arch
parent[POWERPC] cell: add forward struct declarations to spu.h (diff)
downloadlinux-dev-a24e57be9baed6ccb552fbdb8e7e29e9c2da0375.tar.xz
linux-dev-a24e57be9baed6ccb552fbdb8e7e29e9c2da0375.zip
[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: Jens Osterkamp <jens@de.ibm.com> Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/cell/io-workarounds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/io-workarounds.c b/arch/powerpc/platforms/cell/io-workarounds.c
index 580d42595912..7c73128305ec 100644
--- a/arch/powerpc/platforms/cell/io-workarounds.c
+++ b/arch/powerpc/platforms/cell/io-workarounds.c
@@ -37,7 +37,7 @@
*/
#define SPIDER_DISABLE_PREFETCH
-#define MAX_SPIDERS 2
+#define MAX_SPIDERS 3
static struct spider_pci_bus {
void __iomem *regs;