diff options
-rw-r--r-- | drivers/iommu/amd_iommu.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c index 45652231dae8..0e4227f457af 100644 --- a/drivers/iommu/amd_iommu.c +++ b/drivers/iommu/amd_iommu.c | |||
@@ -847,14 +847,9 @@ static void domain_flush_complete(struct protection_domain *domain) | |||
847 | static void domain_flush_devices(struct protection_domain *domain) | 847 | static void domain_flush_devices(struct protection_domain *domain) |
848 | { | 848 | { |
849 | struct iommu_dev_data *dev_data; | 849 | struct iommu_dev_data *dev_data; |
850 | unsigned long flags; | ||
851 | |||
852 | spin_lock_irqsave(&domain->lock, flags); | ||
853 | 850 | ||
854 | list_for_each_entry(dev_data, &domain->dev_list, list) | 851 | list_for_each_entry(dev_data, &domain->dev_list, list) |
855 | device_flush_dte(dev_data); | 852 | device_flush_dte(dev_data); |
856 | |||
857 | spin_unlock_irqrestore(&domain->lock, flags); | ||
858 | } | 853 | } |
859 | 854 | ||
860 | /**************************************************************************** | 855 | /**************************************************************************** |