From: Dan Aloni Date: Mon, 16 Jul 2007 06:38:23 +0000 (-0700) Subject: mm/page_alloc.c: lower printk severity X-Git-Tag: v2.6.23-rc1~1014 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=b49ad484c54116862d717ffafcab1c9a46600b48;p=linux.git mm/page_alloc.c: lower printk severity Signed-off-by: Dan Aloni Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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, 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,