Commit 85977376c73b7712ed3618888ade126075888c06
Committed by
Linus Torvalds
1 parent
3b8d108a6e
Exists in
master
and in
7 other branches
[PATCH] uml: fixups for "reuse i386 cpu-specific tuning"
A few fixups - show the new submenu only for x86 subarchitecture (it does not make sense to show it for x86_64 users) and remove X86_CMPXCHG, which is now a duplicate of Kconfig.i386, even though Kconfig doesn't complain (we also miss the dependency on !M386 CPU). Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Acked-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Showing 2 changed files with 6 additions and 11 deletions Side-by-side Diff
arch/um/Kconfig
arch/um/Kconfig.i386
1 | +menu "Host processor type and features" | |
2 | + | |
3 | +source "arch/i386/Kconfig.cpu" | |
4 | + | |
5 | +endmenu | |
6 | + | |
1 | 7 | config UML_X86 |
2 | 8 | bool |
3 | 9 | default y |
... | ... | @@ -40,10 +46,6 @@ |
40 | 46 | default y |
41 | 47 | |
42 | 48 | config ARCH_REUSE_HOST_VSYSCALL_AREA |
43 | - bool | |
44 | - default y | |
45 | - | |
46 | -config X86_CMPXCHG | |
47 | 49 | bool |
48 | 50 | default y |