Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88915
b: refs/heads/master
c: dcfe946
h: refs/heads/master
i:
  88913: 54273e5
  88911: 05d4619
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Apr 17, 2008
1 parent 26fe195 commit f3c1a4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c64df70793a9c344874eb4af19f85e0662d2d3ee
refs/heads/master: dcfe946520719943fabd3e5ed13813956e48e37c
4 changes: 2 additions & 2 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ static void __init memtest(unsigned long start_phys, unsigned long size,
last_bad += incr;
} else {
if (start_bad) {
printk(KERN_INFO " %016lxx bad mem addr %016lx - %016lx reserved\n",
printk(KERN_CONT "\n %016lx bad mem addr %016lx - %016lx reserved",
val, start_bad, last_bad + incr);
reserve_early(start_bad, last_bad - start_bad, "BAD RAM");
}
Expand All @@ -482,7 +482,7 @@ static void __init memtest(unsigned long start_phys, unsigned long size,
}
}
if (start_bad) {
printk(KERN_INFO " %016lx bad mem addr %016lx - %016lx reserved\n",
printk(KERN_CONT "\n %016lx bad mem addr %016lx - %016lx reserved",
val, start_bad, last_bad + incr);
reserve_early(start_bad, last_bad - start_bad, "BAD RAM");
}
Expand Down

0 comments on commit f3c1a4a

Please sign in to comment.