diff --git a/mm/page_alloc.c b/mm/page_alloc.c index fe5ea6b7b7f58f0e4be29ff24d90ee02824dc685..297efcf05ba40bc6d9ff50e8ccee40bfe3e734c5 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -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,