From: Jeff Dike Date: Tue, 5 Feb 2008 06:30:41 +0000 (-0800) Subject: uml: SMP needs to depend on BROKEN for now X-Git-Tag: v2.6.25-rc1~857 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=02bff1f091db446b07a9275cbcd048264dcf2260;p=linux-2.6-omap-h63xx.git uml: SMP needs to depend on BROKEN for now SMP still needs to depend on BROKEN for now. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/Kconfig b/arch/um/Kconfig index 5261db8c625..58f5a141faa 100644 --- a/arch/um/Kconfig +++ b/arch/um/Kconfig @@ -189,8 +189,7 @@ config MAGIC_SYSRQ config SMP bool "Symmetric multi-processing support (EXPERIMENTAL)" default n - #SMP_BROKEN is for x86_64. - depends on EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN)) + depends on BROKEN help This option enables UML SMP support. It is NOT related to having a real SMP box. Not directly, at least.