projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1fa16e
)
[POWERPC] cell: Enable spider workarounds on all PCI buses
author
Jens Osterkamp
<jens@de.ibm.com>
Tue, 19 Dec 2006 14:32:43 +0000
(15:32 +0100)
committer
Arnd Bergmann
<arnd@klappe.arndb.de>
Tue, 19 Dec 2006 14:35:37 +0000
(15:35 +0100)
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>
arch/powerpc/platforms/cell/io-workarounds.c
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/cell/io-workarounds.c
b/arch/powerpc/platforms/cell/io-workarounds.c
index 580d4259591241d167cea642392924492880bc6f..7c73128305ec40754cb87febebec72bbde8a7279 100644
(file)
--- 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;