aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/iommu/ipmmu-vmsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index 1949f3c55679..0fd322dcb4eb 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -957,7 +957,7 @@ static struct iommu_ops ipmmu_ops = {
957 .iova_to_phys = ipmmu_iova_to_phys, 957 .iova_to_phys = ipmmu_iova_to_phys,
958 .add_device = ipmmu_add_device, 958 .add_device = ipmmu_add_device,
959 .remove_device = ipmmu_remove_device, 959 .remove_device = ipmmu_remove_device,
960 .pgsize_bitmap = SZ_1M | SZ_64K | SZ_4K, 960 .pgsize_bitmap = SZ_2M | SZ_64K | SZ_4K,
961}; 961};
962 962
963/* ----------------------------------------------------------------------------- 963/* -----------------------------------------------------------------------------