We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8154f3c commit ced24bfCopy full SHA for ced24bf
drivers/iommu/arm/arm-smmu/qcom_iommu.c
@@ -335,7 +335,7 @@ static struct iommu_domain *qcom_iommu_domain_alloc_paging(struct device *dev)
335
336
mutex_init(&qcom_domain->init_mutex);
337
spin_lock_init(&qcom_domain->pgtbl_lock);
338
- qcom_domain->domain.pgsize_bitmap = SZ_4K | SZ_64K | SZ_1M | SZ_16M;
+ qcom_domain->domain.pgsize_bitmap = SZ_4K;
339
340
return &qcom_domain->domain;
341
}
0 commit comments