commit | 48e239572271cf79412d90753a721242a765f7d9 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sat May 24 17:24:34 2008 +0200 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sun May 25 08:58:36 2008 +0200 |
tree | 2a1523c8c800af9060b3fff3aae0933727d484bb | |
parent | 83cd1daa1dc3400e5ca2255818641233ebb30680 [diff] [blame] |
x86: fixup the fallout of the bitops changes Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
diff --git a/arch/x86/mm/pgtable.c b/arch/x86/mm/pgtable.c index 5015976..ee1d6d3 100644 --- a/arch/x86/mm/pgtable.c +++ b/arch/x86/mm/pgtable.c
@@ -255,7 +255,7 @@ 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);