netlink: fix overrun in attribute iteration
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / um / Kconfig.x86_64
CommitLineData
18e413f7
IM
1
2menu "Host processor type and features"
3
4source "arch/x86/Kconfig.cpu"
5
6endmenu
7
c45166be
PBG
8config UML_X86
9 bool
10 default y
11
12config 64BIT
1da177e4
LT
13 bool
14 default y
15
b365157b
PBG
16#XXX: this is so in the underlying arch, but it's wrong!!!
17config RWSEM_GENERIC_SPINLOCK
18 bool
19 default y
20
1da177e4
LT
21config 3_LEVEL_PGTABLES
22 bool
23 default y
24
25config ARCH_HAS_SC_SIGNALS
26 bool
27 default n
28
29config ARCH_REUSE_HOST_VSYSCALL_AREA
30 bool
31 default n
02edeb58
JD
32
33config SMP_BROKEN
34 bool
35 default y
f214ef3e
AM
36
37config GENERIC_HWEIGHT
38 bool
39 default y
40
b0b933c0
DH
41config ARCH_SUPPORTS_AOUT
42 def_bool y