irq: make irqs in kernel stat use per_cpu_dyn_array
[deliverable/linux.git] / arch / um / Kconfig.i386
CommitLineData
85977376
PBG
1menu "Host processor type and features"
2
7a78a172 3source "arch/x86/Kconfig.cpu"
85977376
PBG
4
5endmenu
6
c45166be
PBG
7config UML_X86
8 bool
9 default y
10
54d67ee2 11config X86_32
e17c6d56
DW
12 bool
13 default y
14 select HAVE_AOUT
54d67ee2
JD
15
16config RWSEM_XCHGADD_ALGORITHM
17 def_bool y
18
c45166be 19config 64BIT
1da177e4
LT
20 bool
21 default n
22
1da177e4 23config 3_LEVEL_PGTABLES
ce2d2aed 24 bool "Three-level pagetables (EXPERIMENTAL)"
1da177e4 25 default n
ce2d2aed 26 depends on EXPERIMENTAL
1da177e4
LT
27 help
28 Three-level pagetables will let UML have more than 4G of physical
29 memory. All the memory that can't be mapped directly will be treated
30 as high memory.
31
ce2d2aed
PBG
32 However, this it experimental on 32-bit architectures, so if unsure say
33 N (on x86-64 it's automatically enabled, instead, as it's safe there).
34
1da177e4
LT
35config ARCH_HAS_SC_SIGNALS
36 bool
37 default y
38
39config ARCH_REUSE_HOST_VSYSCALL_AREA
40 bool
41 default y
f214ef3e
AM
42
43config GENERIC_HWEIGHT
44 bool
45 default y
This page took 0.334819 seconds and 5 git commands to generate.