Gitweb: http://git.kernel.org/linus/b7386a09ce7e8add333f5d67f2fe1b1eac1f4746 Commit: b7386a09ce7e8add333f5d67f2fe1b1eac1f4746 Parent: 54b41b97fd07842d8b64963d538003c5f756ca12 Author: Paul Mundt <lethal@linux-sh.org> AuthorDate: Tue Apr 27 16:41:12 2010 +0900 Committer: Paul Mundt <lethal@linux-sh.org> CommitDate: Tue Apr 27 16:41:12 2010 +0900 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: Paul Mundt <lethal@linux-sh.org> --- arch/sh/Kconfig | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index d73bd4d..c497307 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
