diff options
Diffstat (limited to 'arch/um/Kconfig.x86')
-rw-r--r-- | arch/um/Kconfig.x86 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/arch/um/Kconfig.x86 b/arch/um/Kconfig.x86 index 5ee328099c63..8aae429a56e2 100644 --- a/arch/um/Kconfig.x86 +++ b/arch/um/Kconfig.x86 | |||
@@ -4,12 +4,17 @@ menu "UML-specific options" | |||
4 | 4 | ||
5 | menu "Host processor type and features" | 5 | menu "Host processor type and features" |
6 | 6 | ||
7 | config CMPXCHG_LOCAL | ||
8 | bool | ||
9 | default n | ||
10 | |||
7 | source "arch/x86/Kconfig.cpu" | 11 | source "arch/x86/Kconfig.cpu" |
8 | 12 | ||
9 | endmenu | 13 | endmenu |
10 | 14 | ||
11 | config UML_X86 | 15 | config UML_X86 |
12 | def_bool y | 16 | def_bool y |
17 | select GENERIC_FIND_FIRST_BIT | ||
13 | 18 | ||
14 | config 64BIT | 19 | config 64BIT |
15 | bool | 20 | bool |
@@ -19,11 +24,14 @@ config X86_32 | |||
19 | def_bool !64BIT | 24 | def_bool !64BIT |
20 | select HAVE_AOUT | 25 | select HAVE_AOUT |
21 | 26 | ||
27 | config X86_64 | ||
28 | def_bool 64BIT | ||
29 | |||
22 | config RWSEM_XCHGADD_ALGORITHM | 30 | config RWSEM_XCHGADD_ALGORITHM |
23 | def_bool X86_XADD | 31 | def_bool X86_XADD && 64BIT |
24 | 32 | ||
25 | config RWSEM_GENERIC_SPINLOCK | 33 | config RWSEM_GENERIC_SPINLOCK |
26 | def_bool !X86_XADD | 34 | def_bool !RWSEM_XCHGADD_ALGORITHM |
27 | 35 | ||
28 | config 3_LEVEL_PGTABLES | 36 | config 3_LEVEL_PGTABLES |
29 | bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT | 37 | bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT |