aboutsummaryrefslogtreecommitdiffstats
path: root/arch/um/Kconfig.x86
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
committerGlenn Elliott <gelliott@cs.unc.edu>2012-03-04 19:47:13 -0500
commitc71c03bda1e86c9d5198c5d83f712e695c4f2a1e (patch)
treeecb166cb3e2b7e2adb3b5e292245fefd23381ac8 /arch/um/Kconfig.x86
parentea53c912f8a86a8567697115b6a0d8152beee5c8 (diff)
parent6a00f206debf8a5c8899055726ad127dbeeed098 (diff)
Merge branch 'mpi-master' into wip-k-fmlpwip-k-fmlp
Conflicts: litmus/sched_cedf.c
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