File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ config MIPS
46
46
select GENERIC_SCHED_CLOCK if !CAVIUM_OCTEON_SOC
47
47
select GENERIC_SMP_IDLE_THREAD
48
48
select GENERIC_TIME_VSYSCALL
49
- select GUP_GET_PTE_LOW_HIGH if CPU_MIPS32 && PHYS_ADDR_T_64BIT
49
+ select GUP_GET_PXX_LOW_HIGH if CPU_MIPS32 && PHYS_ADDR_T_64BIT
50
50
select HAVE_ARCH_COMPILER_H
51
51
select HAVE_ARCH_JUMP_LABEL
52
52
select HAVE_ARCH_KGDB if MIPS_FP_SUPPORT
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ config SUPERH
24
24
select GENERIC_PCI_IOMAP if PCI
25
25
select GENERIC_SCHED_CLOCK
26
26
select GENERIC_SMP_IDLE_THREAD
27
- select GUP_GET_PTE_LOW_HIGH if X2TLB
27
+ select GUP_GET_PXX_LOW_HIGH if X2TLB
28
28
select HAVE_ARCH_AUDITSYSCALL
29
29
select HAVE_ARCH_KGDB
30
30
select HAVE_ARCH_SECCOMP_FILTER
Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ config X86
157
157
select GENERIC_TIME_VSYSCALL
158
158
select GENERIC_GETTIMEOFDAY
159
159
select GENERIC_VDSO_TIME_NS
160
- select GUP_GET_PTE_LOW_HIGH if X86_PAE
160
+ select GUP_GET_PXX_LOW_HIGH if X86_PAE
161
161
select HARDIRQS_SW_RESEND
162
162
select HARDLOCKUP_CHECK_TIMESTAMP if X86_64
163
163
select HAVE_ACPI_APEI if ACPI
Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ static inline pmd_t pmdp_get(pmd_t *pmdp)
305
305
}
306
306
#endif
307
307
308
- #ifdef CONFIG_GUP_GET_PTE_LOW_HIGH
308
+ #ifdef CONFIG_GUP_GET_PXX_LOW_HIGH
309
309
/*
310
310
* For walking the pagetables without holding any locks. Some architectures
311
311
* (eg x86-32 PAE) cannot load the entries atomically without using expensive
@@ -365,7 +365,7 @@ static inline pmd_t pmdp_get_lockless(pmd_t *pmdp)
365
365
}
366
366
#define pmdp_get_lockless pmdp_get_lockless
367
367
#endif /* CONFIG_PGTABLE_LEVELS > 2 */
368
- #endif /* CONFIG_GUP_GET_PTE_LOW_HIGH */
368
+ #endif /* CONFIG_GUP_GET_PXX_LOW_HIGH */
369
369
370
370
/*
371
371
* We require that the PTE can be read atomically.
Original file line number Diff line number Diff line change @@ -1044,7 +1044,7 @@ config GUP_TEST
1044
1044
comment "GUP_TEST needs to have DEBUG_FS enabled"
1045
1045
depends on !GUP_TEST && !DEBUG_FS
1046
1046
1047
- config GUP_GET_PTE_LOW_HIGH
1047
+ config GUP_GET_PXX_LOW_HIGH
1048
1048
bool
1049
1049
1050
1050
config ARCH_HAS_PTE_SPECIAL
You can’t perform that action at this time.
0 commit comments