diff options
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index fe5ea6b7b7f5..297efcf05ba4 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -3605,7 +3605,7 @@ void *__init alloc_large_system_hash(const char *tablename, | |||
3605 | if (!table) | 3605 | if (!table) |
3606 | panic("Failed to allocate %s hash table\n", tablename); | 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 | tablename, | 3609 | tablename, |
3610 | (1U << log2qty), | 3610 | (1U << log2qty), |
3611 | ilog2(size) - PAGE_SHIFT, | 3611 | ilog2(size) - PAGE_SHIFT, |