Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=a24e57be9baed6ccb552fbdb8e7e29e9c2da0375
Commit:     a24e57be9baed6ccb552fbdb8e7e29e9c2da0375
Parent:     f1fa16e8816a2285ed77070ce60a6858fb7913cc
Author:     Jens Osterkamp <[EMAIL PROTECTED]>
AuthorDate: Tue Dec 19 15:32:43 2006 +0100
Committer:  Arnd Bergmann <[EMAIL PROTECTED]>
CommitDate: Tue Dec 19 15:35:37 2006 +0100

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]>
---
 arch/powerpc/platforms/cell/io-workarounds.c |    2 +-
 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 580d425..7c73128 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;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to