[PATCH] BLOCK: Move extern declarations out of fs/*.c into header files [try #6]
[deliverable/linux.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
20 default 0x80000000
21
1da177e4
LT
22config 3_LEVEL_PGTABLES
23 bool
24 default y
25
d67b569f
JD
26config STUB_CODE
27 hex
28 default 0x7fbfffe000
29
30config STUB_DATA
31 hex
32 default 0x7fbffff000
33
34config STUB_START
35 hex
36 default STUB_CODE
37
1da177e4
LT
38config ARCH_HAS_SC_SIGNALS
39 bool
40 default n
41
42config ARCH_REUSE_HOST_VSYSCALL_AREA
43 bool
44 default n
02edeb58
JD
45
46config SMP_BROKEN
47 bool
48 default y
f214ef3e
AM
49
50config GENERIC_HWEIGHT
51 bool
52 default y
53
This page took 0.17267 seconds and 5 git commands to generate.