commit | 2ba4cfae28202bcb124b79f32f547f890afe0fbe | [log] [tgz] |
---|---|---|
author | Patrick Daly <pdaly@codeaurora.org> | Tue Jul 25 18:48:49 2017 -0700 |
committer | Patrick Daly <pdaly@codeaurora.org> | Tue Aug 08 17:48:40 2017 -0700 |
tree | ee498541b50505a6c35d049a7314c92ec6503a89 | |
parent | c1e673180ac728b89d58dabd715d544ec2a00591 [diff] |
iommu: io-pgtable-arm: Remove duplicate tlb flush In a previous patch, iommu_unmap was modified to use the tlbiall operation, but not all instances of tlbiva were removed. Remove them now to avoid unnecessary work by the cpu. Change-Id: Ia5a71dfeb363cdf87354c57ef32f9868c0bafa69 Signed-off-by: Patrick Daly <pdaly@codeaurora.org>