Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100000
b: refs/heads/master
c: 574977a
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Jul 8, 2008
1 parent 6bc5b24 commit 614b6c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: aea5f9f89bae5d5f9eb3fe3cddedbbfb82e6e44f
refs/heads/master: 574977a2edde0148ea365008dceb0c2594d10b11
5 changes: 2 additions & 3 deletions trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,9 +616,8 @@ unsigned long __init_refok init_memory_mapping(unsigned long start, unsigned lon

last_map_addr = phys_pud_init(pud, __pa(start), __pa(next));
unmap_low_page(pud);
if (!after_bootmem)
pgd_populate(&init_mm, pgd_offset_k(start),
__va(pud_phys));
pgd_populate(&init_mm, pgd_offset_k(start),
__va(pud_phys));
}

if (!after_bootmem)
Expand Down

0 comments on commit 614b6c9

Please sign in to comment.