powerpc/pseries/iommu: Add additional checks when changing iommu mask
authorMilton Miller <miltonm@bga.com>
Wed, 11 May 2011 12:24:57 +0000 (12:24 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 19 May 2011 07:25:27 +0000 (17:25 +1000)
commit64ac822fb4554fb516bce123a38b35e04e41fff5
tree85cc5cfa796ae856213c46ba1817399d7beb5009
parent23a6c484047bb8ac50e6d5bb718f8d178a4bf32e
powerpc/pseries/iommu: Add additional checks when changing iommu mask

Do not check dma supported until we have chosen the right dma ops.
Check that the device is pci before treating it as such.

Check the mask is supported by the selected dma ops before
committing it.

We only need to set iommu ops if it is not the current ops; this
avoids searching the tree for the iommu table unnecessarily.

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/pseries/iommu.c
This page took 0.026867 seconds and 5 git commands to generate.