Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344775
b: refs/heads/master
c: 8d1acce
h: refs/heads/master
i:
  344773: 14a3147
  344771: 161a036
  344767: bcdf5b3
v: v3
  • Loading branch information
Rik van Riel authored and Mel Gorman committed Dec 11, 2012
1 parent fda06fe commit 468415e
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: 2c3cf556b2f7ab5823195766eddec6f1a43134f5
refs/heads/master: 8d1acce4537c4e2f5889ed9ba9b8eddb80d99820
3 changes: 2 additions & 1 deletion trunk/mm/pgtable-generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ pte_t ptep_clear_flush(struct vm_area_struct *vma, unsigned long address,
{
pte_t pte;
pte = ptep_get_and_clear((vma)->vm_mm, address, ptep);
flush_tlb_page(vma, address);
if (pte_accessible(pte))
flush_tlb_page(vma, address);
return pte;
}
#endif
Expand Down

0 comments on commit 468415e

Please sign in to comment.