Skip to content

Commit

Permalink
[PATCH] powerpc: Quiet page order output
Browse files Browse the repository at this point in the history
No need to always print page orders.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
Olof Johansson authored and Paul Mackerras committed Apr 22, 2006
1 parent 224ad80 commit f430c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/mm/hash_utils_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f430c02

Please sign in to comment.