2004-09-10 18:51:20

by Blaisorblade

[permalink] [raw]
Subject: [patch 2/2] 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: Paolo 'Blaisorblade' Giarrusso <[email protected]>
---

uml-linux-2.6.8.1-paolo/arch/um/Kconfig | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)

diff -puN arch/um/Kconfig~uml-remove-CONFIG_UML_SMP arch/um/Kconfig
--- uml-linux-2.6.8.1/arch/um/Kconfig~uml-remove-CONFIG_UML_SMP 2004-08-29 14:40:57.198516280 +0200
+++ uml-linux-2.6.8.1-paolo/arch/um/Kconfig 2004-08-29 14:40:57.201515824 +0200
@@ -154,8 +154,9 @@ config MAGIC_SYSRQ
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
@@ -167,10 +168,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
_