From: Jeff Dike SMP still needs to depend on BROKEN for now. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton --- arch/um/Kconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN arch/um/Kconfig~uml-smp-needs-to-depend-on-broken-for-now arch/um/Kconfig --- a/arch/um/Kconfig~uml-smp-needs-to-depend-on-broken-for-now +++ a/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. _