The Kconfig entry for "Symmetric multi-processing support" got added in v2.6.37. It has an optional dependency on MN10300_PROC_MN2WS0038. But that Kconfig symbol has never been part of the tree. So this optional dependency can safely be removed.
Signed-off-by: Paul Bolle <[email protected]> --- Tested by grepping the tree. arch/mn10300/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index 428da17..7f9f34c 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig @@ -182,7 +182,7 @@ config SMP bool "Symmetric multi-processing support" default y select USE_GENERIC_SMP_HELPERS - depends on MN10300_PROC_MN2WS0038 || MN10300_PROC_MN2WS0050 + depends on MN10300_PROC_MN2WS0050 ---help--- This enables support for systems with more than one CPU. If you have a system with only one CPU, like most personal computers, say N. If -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

