Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e3b4df8 authored by Paul Bolle's avatar Paul Bolle Committed by Max Filippov
Browse files

xtensa: no need to select USE_GENERIC_SMP_HELPERS



Commit f615136c ("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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarMax Filippov <jcmvbkbc@gmail.com>
parent 8e9356c6
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -134,7 +134,6 @@ config HAVE_SMP
config SMP
config SMP
	bool "Enable Symmetric multi-processing support"
	bool "Enable Symmetric multi-processing support"
	depends on HAVE_SMP
	depends on HAVE_SMP
	select USE_GENERIC_SMP_HELPERS
	select GENERIC_SMP_IDLE_THREAD
	select GENERIC_SMP_IDLE_THREAD
	help
	help
	  Enabled SMP Software; allows more than one CPU/CORE
	  Enabled SMP Software; allows more than one CPU/CORE