Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64203
b: refs/heads/master
c: 53ce2dc
h: refs/heads/master
i:
  64201: b023eca
  64199: 10d0860
v: v3
  • Loading branch information
Linus Torvalds committed Aug 22, 2007
1 parent 0761630 commit 70611d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: c51b9621796c31810fb66509ea1faee4597d9c03
refs/heads/master: 53ce2dc2718c57346c543dab254fc900c6fe6c65
5 changes: 3 additions & 2 deletions trunk/arch/i386/mm/fault.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,9 +249,10 @@ static inline pmd_t *vmalloc_sync_one(pgd_t *pgd, unsigned long address)
pmd_k = pmd_offset(pud_k, address);
if (!pmd_present(*pmd_k))
return NULL;
if (!pmd_present(*pmd))
if (!pmd_present(*pmd)) {
set_pmd(pmd, *pmd_k);
else
arch_flush_lazy_mmu_mode();
} else
BUG_ON(pmd_page(*pmd) != pmd_page(*pmd_k));
return pmd_k;
}
Expand Down

0 comments on commit 70611d5

Please sign in to comment.