|
@@ -558,8 +558,8 @@ static void __init build_mem_type_table(void)
|
|
|
mem_types[MT_CACHECLEAN].prot_sect |= PMD_SECT_WB;
|
|
|
break;
|
|
|
}
|
|
|
- printk("Memory policy: ECC %sabled, Data cache %s\n",
|
|
|
- ecc_mask ? "en" : "dis", cp->policy);
|
|
|
+ pr_info("Memory policy: %sData cache %s\n",
|
|
|
+ ecc_mask ? "ECC enabled, " : "", cp->policy);
|
|
|
|
|
|
for (i = 0; i < ARRAY_SIZE(mem_types); i++) {
|
|
|
struct mem_type *t = &mem_types[i];
|