nfsd: link returns nfserr_delay when breaking lease
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / um / Kconfig.x86
blob795ea8e869f40ddf7afab4bd18ffafb5b15b85aa
1 source "arch/um/Kconfig.common"
3 menu "UML-specific options"
5 menu "Host processor type and features"
7 config CMPXCHG_LOCAL
8 bool
9 default n
11 source "arch/x86/Kconfig.cpu"
13 endmenu
15 config UML_X86
16 def_bool y
17 select GENERIC_FIND_FIRST_BIT
18 select GENERIC_FIND_NEXT_BIT
20 config 64BIT
21 bool
22 default SUBARCH = "x86_64"
24 config X86_32
25 def_bool !64BIT
26 select HAVE_AOUT
28 config X86_64
29 def_bool 64BIT
31 config RWSEM_XCHGADD_ALGORITHM
32 def_bool X86_XADD && 64BIT
34 config RWSEM_GENERIC_SPINLOCK
35 def_bool !RWSEM_XCHGADD_ALGORITHM
37 config 3_LEVEL_PGTABLES
38 bool "Three-level pagetables (EXPERIMENTAL)" if !64BIT
39 default 64BIT
40 depends on EXPERIMENTAL
41 help
42 Three-level pagetables will let UML have more than 4G of physical
43 memory. All the memory that can't be mapped directly will be treated
44 as high memory.
46 However, this it experimental on 32-bit architectures, so if unsure say
47 N (on x86-64 it's automatically enabled, instead, as it's safe there).
49 config ARCH_HAS_SC_SIGNALS
50 def_bool !64BIT
52 config ARCH_REUSE_HOST_VSYSCALL_AREA
53 def_bool !64BIT
55 config SMP_BROKEN
56 def_bool 64BIT
58 config GENERIC_HWEIGHT
59 def_bool y
61 source "arch/um/Kconfig.um"
63 endmenu
65 source "arch/um/Kconfig.rest"