Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment