]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/powernv: Fix invalid IOMMU table
authorGavin Shan <shangw@linux.vnet.ibm.com>
Thu, 25 Apr 2013 19:21:02 +0000 (19:21 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 26 Apr 2013 06:10:00 +0000 (16:10 +1000)
commit2c3fc25381e57f34b4f439560594227f4f8e88c3
tree944f6ccb4e992c2a700653cd9271cfde4642372f
parent3b6631aec0f0e6c09bee759e10f10ec6e3785380
powerpc/powernv: Fix invalid IOMMU table

Ben found the root cause. Commit e03592f3a8e3f017ff227b66450c06665aae1b9e
("powerpc/pci: fix PCI-e devices rescan issue on powerpc platform")
overwrites the IOMMU table of PCI device while enabling PCI device.
The patch intends to fix the IOMMU table after that point.

Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/powernv/pci-ioda.c