Commit b49ad484c54116862d717ffafcab1c9a46600b48
Committed by
Linus Torvalds
1 parent
6193a2ff18
Exists in
master
and in
7 other branches
mm/page_alloc.c: lower printk severity
Signed-off-by: Dan Aloni <da-x@monatomic.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
mm/page_alloc.c
... | ... | @@ -3605,7 +3605,7 @@ |
3605 | 3605 | if (!table) |
3606 | 3606 | panic("Failed to allocate %s hash table\n", tablename); |
3607 | 3607 | |
3608 | - printk("%s hash table entries: %d (order: %d, %lu bytes)\n", | |
3608 | + printk(KERN_INFO "%s hash table entries: %d (order: %d, %lu bytes)\n", | |
3609 | 3609 | tablename, |
3610 | 3610 | (1U << log2qty), |
3611 | 3611 | ilog2(size) - PAGE_SHIFT, |