|
@@ -358,7 +358,7 @@ static int ipmmu_domain_init_context(struct ipmmu_vmsa_domain *domain)
|
|
* non-secure mode.
|
|
* non-secure mode.
|
|
*/
|
|
*/
|
|
domain->cfg.quirks = IO_PGTABLE_QUIRK_ARM_NS;
|
|
domain->cfg.quirks = IO_PGTABLE_QUIRK_ARM_NS;
|
|
- domain->cfg.pgsize_bitmap = SZ_1G | SZ_2M | SZ_4K,
|
|
|
|
|
|
+ domain->cfg.pgsize_bitmap = SZ_1G | SZ_2M | SZ_4K;
|
|
domain->cfg.ias = 32;
|
|
domain->cfg.ias = 32;
|
|
domain->cfg.oas = 40;
|
|
domain->cfg.oas = 40;
|
|
domain->cfg.tlb = &ipmmu_gather_ops;
|
|
domain->cfg.tlb = &ipmmu_gather_ops;
|