Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286601
b: refs/heads/master
c: 85e72aa
h: refs/heads/master
i:
  286599: 9f2a58f
v: v3
  • Loading branch information
Will Deacon authored and Linus Torvalds committed Jan 23, 2012
1 parent e3d32dd commit 3f75d48
Show file tree
Hide file tree
Showing 2 changed files with 4 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: d59d9ebaacba32b63f24d53b1463519b445b4683
refs/heads/master: 85e72aa5384b1a614563ad63257ded0e91d1a620
3 changes: 3 additions & 0 deletions trunk/fs/proc/task_mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,9 @@ static int clear_refs_pte_range(pmd_t *pmd, unsigned long addr,
if (!page)
continue;

if (PageReserved(page))
continue;

/* Clear accessed and referenced bits. */
ptep_test_and_clear_young(vma, addr, pte);
ClearPageReferenced(page);
Expand Down

0 comments on commit 3f75d48

Please sign in to comment.