Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62449
b: refs/heads/master
c: 5a3ece7
h: refs/heads/master
i:
  62447: de8d9cc
v: v3
  • Loading branch information
Dan Aloni authored and Linus Torvalds committed Jul 22, 2007
1 parent e8cc5d6 commit 741410d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 753811dc82a6a39554c34c13c996c3de9f4aa634
refs/heads/master: 5a3ece79b2aa9e71ed67689c97b3bda6135f7248
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 741410d

Please sign in to comment.