aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/iommu/amd_iommu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iommu/amd_iommu.c b/drivers/iommu/amd_iommu.c
index 03944e76b700..edd291070b0b 100644
--- a/drivers/iommu/amd_iommu.c
+++ b/drivers/iommu/amd_iommu.c
@@ -3238,6 +3238,8 @@ int __init amd_iommu_init_passthrough(void)
3238 attach_device(&dev->dev, pt_domain); 3238 attach_device(&dev->dev, pt_domain);
3239 } 3239 }
3240 3240
3241 amd_iommu_stats_init();
3242
3241 pr_info("AMD-Vi: Initialized for Passthrough Mode\n"); 3243 pr_info("AMD-Vi: Initialized for Passthrough Mode\n");
3242 3244
3243 return 0; 3245 return 0;