Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 48e23957 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: fixup the fallout of the bitops changes

parent 83cd1daa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);