diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-11-11 01:25:12 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:38:54 -0500 |
commit | 014da7ff47b559e5f0ae3e044b73f0359c08153d (patch) | |
tree | bc9e7978ce79a2d5475b16d51b33c9419991c5c9 /arch/powerpc/Kconfig | |
parent | 4cb3cee03d558fd457cb58f56c80a2a09a66110c (diff) |
[POWERPC] Cell "Spider" MMIO workarounds
This patch implements a workaround for a Spider PCI host bridge bug
where it doesn't enforce some of the PCI ordering rules unless some
manual manipulation of a special register is done. In order to be
fully compliant with the PCI spec, I do this on every MMIO read
operation.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 3e89d9d34937..9547aacc3193 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -476,6 +476,7 @@ config PPC_CELL_NATIVE | |||
476 | select PPC_CELL | 476 | select PPC_CELL |
477 | select PPC_DCR_MMIO | 477 | select PPC_DCR_MMIO |
478 | select PPC_OF_PLATFORM_PCI | 478 | select PPC_OF_PLATFORM_PCI |
479 | select PPC_INDIRECT_IO | ||
479 | select MPIC | 480 | select MPIC |
480 | default n | 481 | default n |
481 | 482 | ||