Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99386
b: refs/heads/master
c: 48e2395
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed May 25, 2008
1 parent 7ce2314 commit de72e5b
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: 83cd1daa1dc3400e5ca2255818641233ebb30680
refs/heads/master: 48e239572271cf79412d90753a721242a765f7d9
2 changes: 1 addition & 1 deletion trunk/arch/x86/mm/pgtable.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ int ptep_test_and_clear_young(struct vm_area_struct *vma,

if (pte_young(*ptep))
ret = test_and_clear_bit(_PAGE_BIT_ACCESSED,
&ptep->pte);
(unsigned long *) &ptep->pte);

if (ret)
pte_update(vma->vm_mm, addr, ptep);
Expand Down

0 comments on commit de72e5b

Please sign in to comment.