Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b49ad484 authored by Dan Aloni's avatar Dan Aloni Committed by Linus Torvalds
Browse files

mm/page_alloc.c: lower printk severity

parent 6193a2ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,