ARC: boot log: remove awkward space comma from MMU line
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
This commit is contained in:
@@ -793,7 +793,7 @@ char *arc_mmu_mumbojumbo(int cpu_id, char *buf, int len)
|
|||||||
char super_pg[64] = "";
|
char super_pg[64] = "";
|
||||||
|
|
||||||
if (p_mmu->s_pg_sz_m)
|
if (p_mmu->s_pg_sz_m)
|
||||||
scnprintf(super_pg, 64, "%dM Super Page%s, ",
|
scnprintf(super_pg, 64, "%dM Super Page %s",
|
||||||
p_mmu->s_pg_sz_m,
|
p_mmu->s_pg_sz_m,
|
||||||
IS_USED_CFG(CONFIG_TRANSPARENT_HUGEPAGE));
|
IS_USED_CFG(CONFIG_TRANSPARENT_HUGEPAGE));
|
||||||
|
|
||||||
@@ -802,7 +802,7 @@ char *arc_mmu_mumbojumbo(int cpu_id, char *buf, int len)
|
|||||||
p_mmu->ver, p_mmu->pg_sz_k, super_pg,
|
p_mmu->ver, p_mmu->pg_sz_k, super_pg,
|
||||||
p_mmu->sets * p_mmu->ways, p_mmu->sets, p_mmu->ways,
|
p_mmu->sets * p_mmu->ways, p_mmu->sets, p_mmu->ways,
|
||||||
p_mmu->u_dtlb, p_mmu->u_itlb,
|
p_mmu->u_dtlb, p_mmu->u_itlb,
|
||||||
IS_AVAIL2(p_mmu->pae, "PAE40 ", CONFIG_ARC_HAS_PAE40));
|
IS_AVAIL2(p_mmu->pae, ", PAE40 ", CONFIG_ARC_HAS_PAE40));
|
||||||
|
|
||||||
return buf;
|
return buf;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user