projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6]
/
arch
/
um
/
Kconfig.x86_64
1
config UML_X86
2
bool
3
default y
4
5
config 64BIT
6
bool
7
default y
8
9
#XXX: this is so in the underlying arch, but it's wrong!!!
10
config RWSEM_GENERIC_SPINLOCK
11
bool
12
default y
13
14
config SEMAPHORE_SLEEPERS
15
bool
16
default y
17
18
config TOP_ADDR
19
hex
20
default 0x7fc0000000
21
22
config 3_LEVEL_PGTABLES
23
bool
24
default y
25
26
config ARCH_HAS_SC_SIGNALS
27
bool
28
default n
29
30
config ARCH_REUSE_HOST_VSYSCALL_AREA
31
bool
32
default n
33
34
config SMP_BROKEN
35
bool
36
default y
37
38
config GENERIC_HWEIGHT
39
bool
40
default y
41