commit | 37683e45623a0ccd34761c71aad618cc129fe35c | [log] [tgz] |
---|---|---|
author | Hiroshi Doyu <hdoyu@nvidia.com> | Wed Nov 28 15:52:53 2012 +0200 |
committer | Joerg Roedel <joro@8bytes.org> | Wed Nov 28 16:11:52 2012 +0100 |
tree | b02d6d8853a94c0c2af7623c83c36614b20b7b31 | |
parent | 9489e9dcae718d5fde988e4a684a0f55b5f94d17 [diff] |
iommu/tegra: smmu: Remove unnecessary PTC/TLB flush all smmu_flush_regs() does TLB/PTC flush all when freeing a second level page table. This isn't necessay at all since each pte entry has been already maintained by address in the above flush_ptc_and_tlb(). Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Signed-off-by: Joerg Roedel <joro@8bytes.org>