repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH] Remove unused code from rioboot.h
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
arch
/
um
/
Kconfig.x86_64
blob
aae19bc4b06a7055e4f3742af315f2064f0575db
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 0x80000000
21
22
config 3_LEVEL_PGTABLES
23
bool
24
default y
25
26
config STUB_CODE
27
hex
28
default 0x7fbfffe000
29
30
config STUB_DATA
31
hex
32
default 0x7fbffff000
33
34
config STUB_START
35
hex
36
default STUB_CODE
37
38
config ARCH_HAS_SC_SIGNALS
39
bool
40
default n
41
42
config ARCH_REUSE_HOST_VSYSCALL_AREA
43
bool
44
default n
45
46
config SMP_BROKEN
47
bool
48
default y