Commit 20bfc662 authored by Paolo \'Blaisorblade\' Giarrusso's avatar Paolo \'Blaisorblade\' Giarrusso Committed by Linus Torvalds

[PATCH] uml: remove CONFIG_UML_SMP

Using CONFIG_UML_SMP and then making CONFIG_SMP = CONFIG_UML_SMP is useless
(there was a reason in 2.4, to have different help texts, but not now).
Signed-off-by: default avatarPaolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 90756acc
......@@ -132,8 +132,9 @@ config MCONSOLE
config HOST_2G_2G
bool "2G/2G host address space split"
config UML_SMP
config SMP
bool "Symmetric multi-processing support"
default n
help
This option enables UML SMP support. UML implements virtual SMP by
allowing as many processes to run simultaneously on the host as
......@@ -145,10 +146,6 @@ config UML_SMP
CONFIG_SMP will be set to whatever this option is set to.
It is safe to leave this unchanged.
config SMP
bool
default UML_SMP
config NR_CPUS
int "Maximum number of CPUs (2-32)"
range 2 32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment