Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23791
b: refs/heads/master
c: c7ea1a9
h: refs/heads/master
i:
  23789: 5e42e92
  23787: 793e118
  23783: 8d4f778
  23775: 352578e
v: v3
  • Loading branch information
Jan Beulich authored and Linus Torvalds committed Mar 25, 2006
1 parent c8e9b84 commit c4aeae3
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: af8fc1f528fd744e0b92cdb981eec0c8841f6f61
refs/heads/master: c7ea1a96ec007ba761c9d5d11d788cd8fdd5c8b6
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ void __meminit init_memory_mapping(unsigned long start, unsigned long end)
pud_t *pud;

if (after_bootmem)
pud = pud_offset_k(pgd, __PAGE_OFFSET);
pud = pud_offset_k(pgd, start & PGDIR_MASK);
else
pud = alloc_low_page(&map, &pud_phys);

Expand Down

0 comments on commit c4aeae3

Please sign in to comment.