powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpoint
authorMark Nelson <markn@au1.ibm.com>
Thu, 24 Jul 2008 04:28:48 +0000 (14:28 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 25 Jul 2008 05:44:40 +0000 (15:44 +1000)
commit7886250e9d71b24d0205ac6798ee855fb3836318
treef961bc97510d86aa56ab47b6154b2835c59965d8
parentd6a61bfc06d6f2248f3e75f208d64e794082013c
powerpc/cell: Fixed IOMMU mapping uses weak ordering for a pcie endpoint

At the moment the fixed mapping is by default strongly ordered (the
iommu_fixed=weak boot option must be used to make the fixed mapping weakly
ordered). If we're on a setup where the southbridge is being used in
endpoint mode (triblade and CAB boards) the default should be a weakly
ordered fixed mapping.

This adds a check so that if a node of type pcie-endpoint can be found in
the device tree the fixed mapping is set to be weak by default (but can be
overridden using iommu_fixed=strong).

Signed-off-by: Mark Nelson <markn@au1.ibm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/cell/iommu.c