summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/intel-iommu.c
diff options
context:
space:
mode:
authorJoerg Roedel <jroedel@suse.de>2019-08-23 11:41:59 -0400
committerJoerg Roedel <jroedel@suse.de>2019-08-23 11:41:59 -0400
commitdbe8e6a81a2a45dfa210c2c271472db80efaa03f (patch)
treed8c11ee8159d5730fdd419dc0d463b80757bc314 /drivers/iommu/intel-iommu.c
parentd1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1 (diff)
parent1554240ff864da9eb99e2233d3faf191c567c47a (diff)
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/intel-iommu.c')
-rw-r--r--drivers/iommu/intel-iommu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c
index 12d094d08c0a..b7454ca4a87c 100644
--- a/drivers/iommu/intel-iommu.c
+++ b/drivers/iommu/intel-iommu.c
@@ -5153,7 +5153,8 @@ static int intel_iommu_map(struct iommu_domain *domain,
5153} 5153}
5154 5154
5155static size_t intel_iommu_unmap(struct iommu_domain *domain, 5155static size_t intel_iommu_unmap(struct iommu_domain *domain,
5156 unsigned long iova, size_t size) 5156 unsigned long iova, size_t size,
5157 struct iommu_iotlb_gather *gather)
5157{ 5158{
5158 struct dmar_domain *dmar_domain = to_dmar_domain(domain); 5159 struct dmar_domain *dmar_domain = to_dmar_domain(domain);
5159 struct page *freelist = NULL; 5160 struct page *freelist = NULL;