diff options
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | 2005-11-13 19:07:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-13 21:14:14 -0500 |
commit | 85977376c73b7712ed3618888ade126075888c06 (patch) | |
tree | cf59a0f056d6fcabdf16a67e3c915824f0f66001 /arch/um/Kconfig | |
parent | 3b8d108a6e7992a53e0736abefac1b2e07ce98de (diff) |
[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>
Diffstat (limited to 'arch/um/Kconfig')
-rw-r--r-- | arch/um/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 018f076101f3..563301fe5df8 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig | |||
@@ -35,12 +35,6 @@ config IRQ_RELEASE_METHOD | |||
35 | bool | 35 | bool |
36 | default y | 36 | default y |
37 | 37 | ||
38 | menu "Host processor type and features" | ||
39 | |||
40 | source "arch/i386/Kconfig.cpu" | ||
41 | |||
42 | endmenu | ||
43 | |||
44 | menu "UML-specific options" | 38 | menu "UML-specific options" |
45 | 39 | ||
46 | config MODE_TT | 40 | config MODE_TT |