Skip to content

Commit

Permalink
[POWERPC] cell: Enable spider workarounds on all PCI buses
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jens Osterkamp authored and Arnd Bergmann committed Dec 19, 2006
1 parent f1fa16e commit a24e57b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/cell/io-workarounds.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
#define SPIDER_DISABLE_PREFETCH

#define MAX_SPIDERS 2
#define MAX_SPIDERS 3

static struct spider_pci_bus {
void __iomem *regs;
Expand Down

0 comments on commit a24e57b

Please sign in to comment.