diff options
author | Olof Johansson <olof@lixom.net> | 2006-04-12 16:21:06 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-04-22 04:45:09 -0400 |
commit | f430c02b13f00146106fedcace810e61b4493d8c (patch) | |
tree | bc4dc9cf36a466a6569dbf6b2f35941733f53097 /arch/powerpc/mm | |
parent | 224ad80ac0de102d7bede8d36afbd5ef0a64019f (diff) |
[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>
Diffstat (limited to 'arch/powerpc/mm')
-rw-r--r-- | arch/powerpc/mm/hash_utils_64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/hash_utils_64.c b/arch/powerpc/mm/hash_utils_64.c index c006d9039633..b43ed92ef471 100644 --- a/arch/powerpc/mm/hash_utils_64.c +++ b/arch/powerpc/mm/hash_utils_64.c | |||
@@ -319,7 +319,7 @@ static void __init htab_init_page_sizes(void) | |||
319 | mmu_virtual_psize = MMU_PAGE_64K; | 319 | mmu_virtual_psize = MMU_PAGE_64K; |
320 | #endif | 320 | #endif |
321 | 321 | ||
322 | printk(KERN_INFO "Page orders: linear mapping = %d, others = %d\n", | 322 | printk(KERN_DEBUG "Page orders: linear mapping = %d, others = %d\n", |
323 | mmu_psize_defs[mmu_linear_psize].shift, | 323 | mmu_psize_defs[mmu_linear_psize].shift, |
324 | mmu_psize_defs[mmu_virtual_psize].shift); | 324 | mmu_psize_defs[mmu_virtual_psize].shift); |
325 | 325 | ||