Pārlūkot izejas kodu

iommu/amd: Remove unnecessary cache flushes in amd_iommu_resume

The caches are already flushed in enable_iommus(), so this
flush is not necessary.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Joerg Roedel 13 gadi atpakaļ
vecāks
revīzija
31342b58b7
1 mainītis faili ar 0 papildinājumiem un 7 dzēšanām
  1. 0 7
      drivers/iommu/amd_iommu_init.c

+ 0 - 7
drivers/iommu/amd_iommu_init.c

@@ -1396,13 +1396,6 @@ static void amd_iommu_resume(void)
 
 	/* re-load the hardware */
 	enable_iommus();
-
-	/*
-	 * we have to flush after the IOMMUs are enabled because a
-	 * disabled IOMMU will never execute the commands we send
-	 */
-	for_each_iommu(iommu)
-		iommu_flush_all_caches(iommu);
 }
 
 static int amd_iommu_suspend(void)