projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54b41b9
)
sh: make latencytop available on SMP, too.
author
Paul Mundt
<lethal@linux-sh.org>
Tue, 27 Apr 2010 07:41:12 +0000
(16:41 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Tue, 27 Apr 2010 07:41:12 +0000
(16:41 +0900)
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
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/Kconfig
b/arch/sh/Kconfig
index d73bd4db5e844e3b7c1cd5eeebab30f115589930..c497307cf51b84aeaada90ff4ad2bdf20f52665b 100644
(file)
--- 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