From: Paul Bolle Date: Sun, 9 Feb 2014 14:45:06 +0000 (+0100) Subject: xtensa: no need to select USE_GENERIC_SMP_HELPERS X-Git-Tag: v3.15-rc5~21^2~3^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4e3b4df839b550aec463945b10141c65c69f5135;p=platform%2Fkernel%2Flinux-exynos.git xtensa: no need to select USE_GENERIC_SMP_HELPERS Commit f615136c06a7 ("xtensa: add SMP support") added "select USE_GENERIC_SMP_HELPERS". But the Kconfig symbol USE_GENERIC_SMP_HELPERS was already removed in v3.13, so that select is a nop. Drop it. Signed-off-by: Paul Bolle Signed-off-by: Max Filippov --- diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig index 1cfb3d5..44f1152 100644 --- a/arch/xtensa/Kconfig +++ b/arch/xtensa/Kconfig @@ -134,7 +134,6 @@ config HAVE_SMP config SMP bool "Enable Symmetric multi-processing support" depends on HAVE_SMP - select USE_GENERIC_SMP_HELPERS select GENERIC_SMP_IDLE_THREAD help Enabled SMP Software; allows more than one CPU/CORE