Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <pebolle@tiscali.nl>
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>

authored by

Paul Bolle and committed by
Max Filippov
4e3b4df8 8e9356c6

-1
-1
arch/xtensa/Kconfig
··· 134 134 config SMP 135 135 bool "Enable Symmetric multi-processing support" 136 136 depends on HAVE_SMP 137 - select USE_GENERIC_SMP_HELPERS 138 137 select GENERIC_SMP_IDLE_THREAD 139 138 help 140 139 Enabled SMP Software; allows more than one CPU/CORE