diff options
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/mm/gup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/gup.c b/arch/mips/mm/gup.c index 7cba480568c8..70795a67a276 100644 --- a/arch/mips/mm/gup.c +++ b/arch/mips/mm/gup.c | |||
@@ -30,7 +30,7 @@ retry: | |||
30 | 30 | ||
31 | return pte; | 31 | return pte; |
32 | #else | 32 | #else |
33 | return ACCESS_ONCE(*ptep); | 33 | return READ_ONCE(*ptep); |
34 | #endif | 34 | #endif |
35 | } | 35 | } |
36 | 36 | ||