Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97613
b: refs/heads/master
c: 2884f11
h: refs/heads/master
i:
  97611: c11370e
v: v3
  • Loading branch information
Hugh Dickins authored and Thomas Gleixner committed Jun 4, 2008
1 parent 3b8488f commit 54c2aad
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: 226e9a93a253b7d8811b5ed9ac671c6c5a728022
refs/heads/master: 2884f110d5409714f3a04eeb6d2ecd77da66b242
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ void __init cleanup_highmap(void)
pmd_t *last_pmd = pmd + PTRS_PER_PMD;

for (; pmd < last_pmd; pmd++, vaddr += PMD_SIZE) {
if (!pmd_present(*pmd))
if (pmd_none(*pmd))
continue;
if (vaddr < (unsigned long) _text || vaddr > end)
set_pmd(pmd, __pmd(0));
Expand Down

0 comments on commit 54c2aad

Please sign in to comment.