Skip to content

Commit

Permalink
mm/page_alloc.c: lower printk severity
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Aloni <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Dan Aloni authored and Linus Torvalds committed Jul 16, 2007
1 parent 6193a2f commit b49ad48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b49ad48

Please sign in to comment.