projects
/
deliverable
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89c3ded
)
arm: kconfig: dis-allow hotplug on MSM
author
Daniel Walker
<dwalker@codeaurora.org>
Tue, 7 Sep 2010 20:33:05 +0000
(13:33 -0700)
committer
Daniel Walker
<dwalker@codeaurora.org>
Mon, 22 Nov 2010 20:43:00 +0000
(12:43 -0800)
MSM doesn't support hotplug, so we prevent it from being
selected in Kconfig.
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
arch/arm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 1a61017a54c85d47e10b58febae0617a726e24ea..c8fa1443e2c16cd1be541da41ed54f8006506ec0 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-1284,6
+1284,7
@@
config NR_CPUS
config HOTPLUG_CPU
bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
depends on SMP && HOTPLUG && EXPERIMENTAL
+ depends on !ARCH_MSM
help
Say Y here to experiment with turning CPUs off and on. CPUs
can be controlled through /sys/devices/system/cpu.
This page took
0.02706 seconds
and
5
git commands to generate.