aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2010-04-27 03:41:12 -0400
committerPaul Mundt <lethal@linux-sh.org>2010-04-27 03:41:12 -0400
commitb7386a09ce7e8add333f5d67f2fe1b1eac1f4746 (patch)
tree92533989e3f4948b491c9338d7c0ed9d09684aa5 /arch/sh
parent54b41b97fd07842d8b64963d538003c5f756ca12 (diff)
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>
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index d73bd4db5e84..c497307cf51b 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -157,7 +157,6 @@ config LOCKDEP_SUPPORT
157 157
158config HAVE_LATENCYTOP_SUPPORT 158config HAVE_LATENCYTOP_SUPPORT
159 def_bool y 159 def_bool y
160 depends on !SMP
161 160
162config ARCH_HAS_ILOG2_U32 161config ARCH_HAS_ILOG2_U32
163 def_bool n 162 def_bool n