Skip to content

Commit

Permalink
x86: fixup the fallout of the bitops changes
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Thomas Gleixner committed May 25, 2008
1 parent 83cd1da commit 48e2395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 48e2395

Please sign in to comment.