]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
uml: SMP needs to depend on BROKEN for now
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:30:41 +0000 (22:30 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:25 +0000 (09:44 -0800)
SMP still needs to depend on BROKEN for now.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/Kconfig

index 5261db8c6255b642eb7de4b1c51681ff4d43345b..58f5a141faa9463188ad93078b72b7950241c313 100644 (file)
@@ -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.