projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
224ad80
)
[PATCH] powerpc: Quiet page order output
author
Olof Johansson
<olof@lixom.net>
Wed, 12 Apr 2006 20:21:06 +0000
(15:21 -0500)
committer
Paul Mackerras
<paulus@samba.org>
Sat, 22 Apr 2006 08:45:09 +0000
(18:45 +1000)
No need to always print page orders.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/mm/hash_utils_64.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/mm/hash_utils_64.c
b/arch/powerpc/mm/hash_utils_64.c
index c006d9039633dc75f020a71da32ce254c619c937..b43ed92ef471fc69a7e0160eccd8e77f521a7ae4 100644
(file)
--- 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)
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);