VT-d: fold iommu_flush_iotlb{,_pages}()
authorJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2022 08:56:08 +0000 (10:56 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 9 Jun 2022 08:56:08 +0000 (10:56 +0200)
commit59fbdf8a3667ce42c1cf70c94c3bcd0451afd4d8
tree942e7cbec948093aeba7310395af041d75dee3b8
parent79faa321f2f31d7794604007a290fb6c8fc05035
VT-d: fold iommu_flush_iotlb{,_pages}()

With iommu_flush_iotlb_all() gone, iommu_flush_iotlb_pages() is merely a
wrapper around the not otherwise called iommu_flush_iotlb(). Fold both
functions.

No functional change intended.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/drivers/passthrough/vtd/iommu.c