Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 120765
b: refs/heads/master
c: a376f30
h: refs/heads/master
i:
  120763: 07f8d72
v: v3
  • Loading branch information
Zhaolei authored and Ingo Molnar committed Oct 31, 2008
1 parent 87d29c6 commit 7c4d639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7a5276889cfa96619bf863c87581005f46139986
refs/heads/master: a376f30a95a796cde81d6dffde0f5243c8bd8f92
2 changes: 2 additions & 0 deletions trunk/arch/x86/mm/init_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ static pmd_t * __init one_md_table_init(pgd_t *pgd)
set_pgd(pgd, __pgd(__pa(pmd_table) | _PAGE_PRESENT));
pud = pud_offset(pgd, 0);
BUG_ON(pmd_table != pmd_offset(pud, 0));

return pmd_table;
}
#endif
pud = pud_offset(pgd, 0);
Expand Down

0 comments on commit 7c4d639

Please sign in to comment.