diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-04-26 06:08:55 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-04-26 06:08:55 -0400 |
commit | 763142d1efb56effe614d71185781796c4b83c78 (patch) | |
tree | f886c239786fd4be028e3a45006c5cc5c1b3a3f2 /arch/sh/Kconfig | |
parent | 8db2bc4559639680a94d4492ae4b7ce71298a74f (diff) |
sh: CPU hotplug support.
This adds preliminary support for CPU hotplug for SH SMP systems.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ba86bfba95ac..d73bd4db5e84 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -706,6 +706,13 @@ config NR_CPUS | |||
706 | This is purely to save memory - each supported CPU adds | 706 | This is purely to save memory - each supported CPU adds |
707 | approximately eight kilobytes to the kernel image. | 707 | approximately eight kilobytes to the kernel image. |
708 | 708 | ||
709 | config HOTPLUG_CPU | ||
710 | bool "Support for hot-pluggable CPUs (EXPERIMENTAL)" | ||
711 | depends on SMP && HOTPLUG && EXPERIMENTAL | ||
712 | help | ||
713 | Say Y here to experiment with turning CPUs off and on. CPUs | ||
714 | can be controlled through /sys/devices/system/cpu. | ||
715 | |||
709 | source "kernel/Kconfig.preempt" | 716 | source "kernel/Kconfig.preempt" |
710 | 717 | ||
711 | config GUSA | 718 | config GUSA |