diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-23 17:00:34 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 01:55:22 -0400 |
commit | 4198426af37e7122f2fda2538fa9dcaa19c5e397 (patch) | |
tree | 398a9f0b31f3ad4c3a5dae5e39a5b238f3ecf224 /arch/um/Kconfig.x86_64 | |
parent | f5ad6a42b700d9687bb97cf461e7f2506e3006d6 (diff) |
x86, um: merge Kconfig.i386 and Kconfig.x86_64
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/um/Kconfig.x86_64')
-rw-r--r-- | arch/um/Kconfig.x86_64 | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/arch/um/Kconfig.x86_64 b/arch/um/Kconfig.x86_64 deleted file mode 100644 index 40b3407cfe16..000000000000 --- a/arch/um/Kconfig.x86_64 +++ /dev/null | |||
@@ -1,39 +0,0 @@ | |||
1 | |||
2 | menu "Host processor type and features" | ||
3 | |||
4 | source "arch/x86/Kconfig.cpu" | ||
5 | |||
6 | endmenu | ||
7 | |||
8 | config UML_X86 | ||
9 | bool | ||
10 | default y | ||
11 | |||
12 | config 64BIT | ||
13 | bool | ||
14 | default y | ||
15 | |||
16 | #XXX: this is so in the underlying arch, but it's wrong!!! | ||
17 | config RWSEM_GENERIC_SPINLOCK | ||
18 | bool | ||
19 | default y | ||
20 | |||
21 | config 3_LEVEL_PGTABLES | ||
22 | bool | ||
23 | default y | ||
24 | |||
25 | config ARCH_HAS_SC_SIGNALS | ||
26 | bool | ||
27 | default n | ||
28 | |||
29 | config ARCH_REUSE_HOST_VSYSCALL_AREA | ||
30 | bool | ||
31 | default n | ||
32 | |||
33 | config SMP_BROKEN | ||
34 | bool | ||
35 | default y | ||
36 | |||
37 | config GENERIC_HWEIGHT | ||
38 | bool | ||
39 | default y | ||