Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104351
b: refs/heads/master
c: 5f1f2b3
h: refs/heads/master
i:
  104349: c429502
  104347: 23d4281
  104343: 0a8aaff
  104335: fed47ba
  104319: 3e92157
v: v3
  • Loading branch information
Yinghai Lu authored and Ingo Molnar committed Jul 20, 2008
1 parent cff3bd8 commit c15f8fd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e5849e71adcbb774ce40f09c1bcb48acca3b6da7
refs/heads/master: 5f1f2b3d9dbaee82cd532f28da459adcbf611499
3 changes: 2 additions & 1 deletion trunk/arch/x86/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,8 @@ void __init early_res_to_bootmem(u64 start, u64 end)
for (i = 0; i < MAX_EARLY_RES && early_res[i].end; i++)
count++;

printk(KERN_INFO "(%d early reservations) ==> bootmem\n", count);
printk(KERN_INFO "(%d early reservations) ==> bootmem [%010llx - %010llx]\n",
count, start, end);
for (i = 0; i < count; i++) {
struct early_res *r = &early_res[i];
printk(KERN_INFO " #%d [%010llx - %010llx] %16s", i,
Expand Down

0 comments on commit c15f8fd

Please sign in to comment.