Skip to content

Commit

Permalink
sh: make latencytop available on SMP, too.
Browse files Browse the repository at this point in the history
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: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Paul Mundt committed Apr 27, 2010
1 parent 54b41b9 commit b7386a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ config LOCKDEP_SUPPORT

config HAVE_LATENCYTOP_SUPPORT
def_bool y
depends on !SMP

config ARCH_HAS_ILOG2_U32
def_bool n
Expand Down

0 comments on commit b7386a0

Please sign in to comment.