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

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

x86_64: arch/x86_64/kernel/e820.c lower printk severity

parent 753811dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ void __init e820_print_map(char *who)
	int i;

	for (i = 0; i < e820.nr_map; i++) {
		printk(" %s: %016Lx - %016Lx ", who,
		printk(KERN_INFO " %s: %016Lx - %016Lx ", who,
			(unsigned long long) e820.map[i].addr,
			(unsigned long long) (e820.map[i].addr + e820.map[i].size));
		switch (e820.map[i].type) {