1 mainmenu
"User Mode Linux/$SUBARCH $KERNELVERSION Kernel Configuration"
3 source
"arch/um/Kconfig.common"
5 menu
"UML-specific options"
7 menu
"Host processor type and features"
17 source
"arch/x86/Kconfig.cpu"
23 select GENERIC_FIND_FIRST_BIT
27 default SUBARCH
= "x86_64"
36 config RWSEM_XCHGADD_ALGORITHM
37 def_bool X86_XADD
&& 64BIT
39 config RWSEM_GENERIC_SPINLOCK
40 def_bool
!RWSEM_XCHGADD_ALGORITHM
42 config
3_LEVEL_PGTABLES
43 bool
"Three-level pagetables (EXPERIMENTAL)" if
!64BIT
45 depends on EXPERIMENTAL
47 Three
-level pagetables will let UML have more than
4G of physical
48 memory. All the memory that can
't be mapped directly will be treated
51 However, this it experimental on 32-bit architectures, so if unsure say
52 N (on x86-64 it's automatically enabled
, instead
, as it
's safe there).
54 config ARCH_HAS_SC_SIGNALS
57 config ARCH_REUSE_HOST_VSYSCALL_AREA
63 config GENERIC_HWEIGHT
66 source "arch/um/Kconfig.um"
70 source "arch/um/Kconfig.rest"