]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
mm/page_alloc.c: lower printk severity
authorDan Aloni <da-x@monatomic.org>
Mon, 16 Jul 2007 06:38:23 +0000 (23:38 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 16 Jul 2007 16:05:36 +0000 (09:05 -0700)
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>
mm/page_alloc.c

index fe5ea6b7b7f58f0e4be29ff24d90ee02824dc685..297efcf05ba40bc6d9ff50e8ccee40bfe3e734c5 100644 (file)
@@ -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,