Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43033
b: refs/heads/master
c: 8621b81
h: refs/heads/master
i:
  43031: 7f3db00
v: v3
  • Loading branch information
Eric W. Biederman authored and Andi Kleen committed Dec 7, 2006
1 parent 11877cc commit cf2e1ec
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: 9f45accf17efc050ba26bf77cc4f166c950b284e
refs/heads/master: 8621b81c744ff8880a1efe095a4dcd09763ddb5a
4 changes: 2 additions & 2 deletions trunk/arch/i386/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1118,8 +1118,8 @@ void __init setup_bootmem_allocator(void)
* the (very unlikely) case of us accidentally initializing the
* bootmem allocator with an invalid RAM area.
*/
reserve_bootmem(__PHYSICAL_START, (PFN_PHYS(min_low_pfn) +
bootmap_size + PAGE_SIZE-1) - (__PHYSICAL_START));
reserve_bootmem(__pa_symbol(_text), (PFN_PHYS(min_low_pfn) +
bootmap_size + PAGE_SIZE-1) - __pa_symbol(_text));

/*
* reserve physical page 0 - it's a special BIOS page on many boxes,
Expand Down

0 comments on commit cf2e1ec

Please sign in to comment.