aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/ipmmu-vmsa.c
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2019-07-01 13:44:41 +0200
committerJoerg Roedel <jroedel@suse.de>2019-07-01 13:44:41 +0200
commit39debdc1d7e615863b66e5e8c612e4f0e78b1e1b (patch)
tree4a5a7e5b64524e88e73d19e4a96dc1cfecf8e967 /drivers/iommu/ipmmu-vmsa.c
parentLinux 5.2-rc7 (diff)
parentiommu/io-pgtable: Support non-coherent page tables (diff)
downloadlinux-dev-39debdc1d7e615863b66e5e8c612e4f0e78b1e1b.tar.xz
linux-dev-39debdc1d7e615863b66e5e8c612e4f0e78b1e1b.zip
Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu
Diffstat (limited to 'drivers/iommu/ipmmu-vmsa.c')
-rw-r--r--drivers/iommu/ipmmu-vmsa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 9a380c10655e..12bcb95bdaa8 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -431,6 +431,7 @@ static int ipmmu_domain_init_context(struct ipmmu_vmsa_domain *domain)
* TODO: Add support for coherent walk through CCI with DVM and remove
* cache handling. For now, delegate it to the io-pgtable code.
*/
+ domain->cfg.coherent_walk = false;
domain->cfg.iommu_dev = domain->mmu->root->dev;
/*