diff options
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/amd_iommu_init.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/iommu/amd_iommu_init.c b/drivers/iommu/amd_iommu_init.c index c7a5d7e14547..38784733cbb4 100644 --- a/drivers/iommu/amd_iommu_init.c +++ b/drivers/iommu/amd_iommu_init.c | |||
@@ -1396,13 +1396,6 @@ static void amd_iommu_resume(void) | |||
1396 | 1396 | ||
1397 | /* re-load the hardware */ | 1397 | /* re-load the hardware */ |
1398 | enable_iommus(); | 1398 | enable_iommus(); |
1399 | |||
1400 | /* | ||
1401 | * we have to flush after the IOMMUs are enabled because a | ||
1402 | * disabled IOMMU will never execute the commands we send | ||
1403 | */ | ||
1404 | for_each_iommu(iommu) | ||
1405 | iommu_flush_all_caches(iommu); | ||
1406 | } | 1399 | } |
1407 | 1400 | ||
1408 | static int amd_iommu_suspend(void) | 1401 | static int amd_iommu_suspend(void) |