forked from luck/tmp_suning_uos_patched
[PATCH] powerpc: Quiet page order output
No need to always print page orders. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
224ad80ac0
commit
f430c02b13
@ -319,7 +319,7 @@ static void __init htab_init_page_sizes(void)
|
||||
mmu_virtual_psize = MMU_PAGE_64K;
|
||||
#endif
|
||||
|
||||
printk(KERN_INFO "Page orders: linear mapping = %d, others = %d\n",
|
||||
printk(KERN_DEBUG "Page orders: linear mapping = %d, others = %d\n",
|
||||
mmu_psize_defs[mmu_linear_psize].shift,
|
||||
mmu_psize_defs[mmu_virtual_psize].shift);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user