Skip to content

Commit

Permalink
xtensa: no need to select USE_GENERIC_SMP_HELPERS
Browse files Browse the repository at this point in the history
Commit f615136 ("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>
  • Loading branch information
Paul Bolle authored and Max Filippov committed Feb 21, 2014
1 parent 8e9356c commit 4e3b4df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/xtensa/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e3b4df

Please sign in to comment.