]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - arch/mips/mm/gup.c
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger...
[mirror_ubuntu-artful-kernel.git] / arch / mips / mm / gup.c
index 7cba480568c8f5d449b3b44870a515456f8441b2..70795a67a27622df94a6dcac714e930d7bf85557 100644 (file)
@@ -30,7 +30,7 @@ retry:
 
        return pte;
 #else
-       return ACCESS_ONCE(*ptep);
+       return READ_ONCE(*ptep);
 #endif
 }