OSDN Git Service

iommu/io-pgtable: don't flush the tlb in free_io_pgtable_ops()
authorJeremy Gebben <jgebben@codeaurora.org>
Mon, 24 Aug 2015 19:33:51 +0000 (13:33 -0600)
committerDavid Keitel <dkeitel@codeaurora.org>
Tue, 22 Mar 2016 18:14:05 +0000 (11:14 -0700)
commitc85a9eeb3fc9c04eaaca2a836728991dc5f2a364
tree8ed9c4feb4f7d16e6d6a39006f54a1d235d53a2f
parentfe676929a9601610dec537cc62dc84a66ca7f43f
iommu/io-pgtable: don't flush the tlb in free_io_pgtable_ops()

The iommu domain must be detached before the pagetable is freed,
if any TLB maintenance is needed it should be done by
iommu_detach_device().

Change-Id: I119d0e127e122de1263c80c73d40ff6edf16c875
Signed-off-by: Jeremy Gebben <jgebben@codeaurora.org>
drivers/iommu/io-pgtable.c