]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/um/Kconfig.x86_64
[IA64] Fix unaligned handler for floating point instructions with base update
[mirror_ubuntu-artful-kernel.git] / arch / um / Kconfig.x86_64
CommitLineData
c45166be
PBG
1config UML_X86
2 bool
3 default y
4
5config 64BIT
1da177e4
LT
6 bool
7 default y
8
b365157b
PBG
9#XXX: this is so in the underlying arch, but it's wrong!!!
10config RWSEM_GENERIC_SPINLOCK
11 bool
12 default y
13
52fdd089
BL
14config SEMAPHORE_SLEEPERS
15 bool
16 default y
17
ba9950c8
JD
18config TOP_ADDR
19 hex
54ae36f2 20 default 0x7fc0000000
ba9950c8 21
1da177e4
LT
22config 3_LEVEL_PGTABLES
23 bool
24 default y
25
26config ARCH_HAS_SC_SIGNALS
27 bool
28 default n
29
30config ARCH_REUSE_HOST_VSYSCALL_AREA
31 bool
32 default n
02edeb58
JD
33
34config SMP_BROKEN
35 bool
36 default y
f214ef3e
AM
37
38config GENERIC_HWEIGHT
39 bool
40 default y
41