Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99753
b: refs/heads/master
c: df5f6c2
h: refs/heads/master
i:
  99751: f7e4bf0
v: v3
  • Loading branch information
Ingo Molnar committed Jul 8, 2008
1 parent 54f6963 commit a3b2681
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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: 12448e3ef3ae7fca7a7ad205084f45a67dcc4356
refs/heads/master: df5f6c212cc049d1989b5ce71bb863a367c261e9
4 changes: 0 additions & 4 deletions trunk/arch/x86/kernel/e820.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,12 +635,8 @@ void __init early_res_to_bootmem(u64 start, u64 end)
continue;
printk(KERN_INFO " early res: %d [%llx-%llx] %s\n", i,
final_start, final_end - 1, r->name);
#ifdef CONFIG_X86_64
reserve_bootmem_generic(final_start, final_end - final_start);
#else
reserve_bootmem(final_start, final_end - final_start,
BOOTMEM_DEFAULT);
#endif
}
}

Expand Down

0 comments on commit a3b2681

Please sign in to comment.