Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99972
b: refs/heads/master
c: 22b4514
h: refs/heads/master
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Ingo Molnar committed Jul 8, 2008
1 parent c6ee7a8 commit 0e61111
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 457da70ec09ca78e8fda5d5ab3659248f844a376
refs/heads/master: 22b45144f67dbaf0705992dc1462de2813fb83a1
3 changes: 2 additions & 1 deletion trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ phys_pmd_init(pmd_t *pmd_page, unsigned long address, unsigned long end)
}

if (pmd_val(*pmd)) {
phys_pte_update(pmd, address, end);
if (!pmd_large(*pmd))
phys_pte_update(pmd, address, end);
continue;
}

Expand Down

0 comments on commit 0e61111

Please sign in to comment.