From: blaisorblade_spam@yahoo.it

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: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/um/Kconfig |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff -puN arch/um/Kconfig~uml-remove-config_uml_smp arch/um/Kconfig
--- 25/arch/um/Kconfig~uml-remove-config_uml_smp	2004-09-11 16:45:42.362171512 -0700
+++ 25-akpm/arch/um/Kconfig	2004-09-11 16:45:42.365171056 -0700
@@ -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
_