提交 48e23957 编写于 作者: T Thomas Gleixner

x86: fixup the fallout of the bitops changes

Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 83cd1daa
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册