]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - arch/um/Kconfig_x86_64
Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik...
[mirror_ubuntu-artful-kernel.git] / 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 config TOP_ADDR
10 hex
11 default 0x80000000
12
13 config 3_LEVEL_PGTABLES
14 bool
15 default y
16
17 config STUB_CODE
18 hex
19 default 0x7fbfffe000
20
21 config STUB_DATA
22 hex
23 default 0x7fbffff000
24
25 config STUB_START
26 hex
27 default STUB_CODE
28
29 config ARCH_HAS_SC_SIGNALS
30 bool
31 default n
32
33 config ARCH_REUSE_HOST_VSYSCALL_AREA
34 bool
35 default n