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

Commit b7386a09 authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: make latencytop available on SMP, too.



The UP dependency was inherited from ARM, which seems to have run in to
it due to the stacktrace code not being available for SMP in certain
cases, as we don't have this particular limitation there is no specific
need to block on the SMP dependency.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 54b41b97
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -157,7 +157,6 @@ config LOCKDEP_SUPPORT


config HAVE_LATENCYTOP_SUPPORT
config HAVE_LATENCYTOP_SUPPORT
	def_bool y
	def_bool y
	depends on !SMP


config ARCH_HAS_ILOG2_U32
config ARCH_HAS_ILOG2_U32
	def_bool n
	def_bool n