diff options
author | Joerg Roedel <jroedel@suse.de> | 2019-08-20 05:09:43 -0400 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2019-08-20 05:09:43 -0400 |
commit | fe427e373d9fa300145c1a03d097f12b6a40fb89 (patch) | |
tree | e3d6fe5357b120265c7e97ad79e2ae0fac197b16 /drivers/iommu/intel-iommu.c | |
parent | 086f9efae7e96ac2c829d33ca3d513caa3bbb225 (diff) | |
parent | 3951c41af4a65ba418e6b1b973d398552bedb84f (diff) |
Merge branch 'for-joerg/batched-unmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into core
Diffstat (limited to 'drivers/iommu/intel-iommu.c')
-rw-r--r-- | drivers/iommu/intel-iommu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/iommu/intel-iommu.c b/drivers/iommu/intel-iommu.c index bdaed2da8a55..d6003b391e2c 100644 --- a/drivers/iommu/intel-iommu.c +++ b/drivers/iommu/intel-iommu.c | |||
@@ -5150,7 +5150,8 @@ static int intel_iommu_map(struct iommu_domain *domain, | |||
5150 | } | 5150 | } |
5151 | 5151 | ||
5152 | static size_t intel_iommu_unmap(struct iommu_domain *domain, | 5152 | static size_t intel_iommu_unmap(struct iommu_domain *domain, |
5153 | unsigned long iova, size_t size) | 5153 | unsigned long iova, size_t size, |
5154 | struct iommu_iotlb_gather *gather) | ||
5154 | { | 5155 | { |
5155 | struct dmar_domain *dmar_domain = to_dmar_domain(domain); | 5156 | struct dmar_domain *dmar_domain = to_dmar_domain(domain); |
5156 | struct page *freelist = NULL; | 5157 | struct page *freelist = NULL; |