Explorar o código

uml: SMP needs to depend on BROKEN for now

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>
Jeff Dike %!s(int64=17) %!d(string=hai) anos
pai
achega
02bff1f091
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      arch/um/Kconfig

+ 1 - 2
arch/um/Kconfig

@@ -189,8 +189,7 @@ config MAGIC_SYSRQ
 config SMP
 config SMP
 	bool "Symmetric multi-processing support (EXPERIMENTAL)"
 	bool "Symmetric multi-processing support (EXPERIMENTAL)"
 	default n
 	default n
-	#SMP_BROKEN is for x86_64.
-	depends on EXPERIMENTAL && (!SMP_BROKEN || (BROKEN && SMP_BROKEN))
+	depends on BROKEN
 	help
 	help
 	  This option enables UML SMP support.
 	  This option enables UML SMP support.
 	  It is NOT related to having a real SMP box. Not directly, at least.
 	  It is NOT related to having a real SMP box. Not directly, at least.