mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 06:33:34 +00:00
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>
This commit is contained in:
parent
6193a2ff18
commit
b49ad484c5
@ -3605,7 +3605,7 @@ void *__init alloc_large_system_hash(const char *tablename,
|
||||
if (!table)
|
||||
panic("Failed to allocate %s hash table\n", tablename);
|
||||
|
||||
printk("%s hash table entries: %d (order: %d, %lu bytes)\n",
|
||||
printk(KERN_INFO "%s hash table entries: %d (order: %d, %lu bytes)\n",
|
||||
tablename,
|
||||
(1U << log2qty),
|
||||
ilog2(size) - PAGE_SHIFT,
|
||||
|
Loading…
x
Reference in New Issue
Block a user