aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.x86
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/Kconfig.x86')
-rw-r--r--arch/um/Kconfig.x8612
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
5menu "Host processor type and features" 5menu "Host processor type and features"
6 6
7config CMPXCHG_LOCAL
8 bool
9 default n
10
7source "arch/x86/Kconfig.cpu" 11source "arch/x86/Kconfig.cpu"
8 12
9endmenu 13endmenu
10 14
11config UML_X86 15config UML_X86
12 def_bool y 16 def_bool y
17 select GENERIC_FIND_FIRST_BIT
13 18
14config 64BIT 19config 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
27config X86_64
28 def_bool 64BIT
29
22config RWSEM_XCHGADD_ALGORITHM 30config RWSEM_XCHGADD_ALGORITHM
23 def_bool X86_XADD 31 def_bool X86_XADD && 64BIT
24 32
25config RWSEM_GENERIC_SPINLOCK 33config RWSEM_GENERIC_SPINLOCK
26 def_bool !X86_XADD 34 def_bool !RWSEM_XCHGADD_ALGORITHM
27 35
28config 3_LEVEL_PGTABLES 36config 3_LEVEL_PGTABLES
29 bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT 37 bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT