提交 7c13e6a3 编写于 作者: D Dimitri Sivanich 提交者: Ingo Molnar

x86: remove EXPERIMENTAL restriction from CONFIG_HOTPLUG_CPU

This removes the EXPERIMENTAL restriction from CONFIG_HOTPLUG_CPU
on the x86 architecture.
Signed-off-by: NDimitri Sivanich <sivanich@sgi.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 796aadeb
...@@ -1371,14 +1371,14 @@ config PHYSICAL_ALIGN ...@@ -1371,14 +1371,14 @@ config PHYSICAL_ALIGN
Don't change this unless you know what you are doing. Don't change this unless you know what you are doing.
config HOTPLUG_CPU config HOTPLUG_CPU
bool "Support for suspend on SMP and hot-pluggable CPUs (EXPERIMENTAL)" bool "Support for hot-pluggable CPUs"
depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER depends on SMP && HOTPLUG && !X86_VOYAGER
---help--- ---help---
Say Y here to experiment with turning CPUs off and on, and to Say Y here to allow turning CPUs off and on. CPUs can be
enable suspend on SMP systems. CPUs can be controlled through controlled through /sys/devices/system/cpu.
/sys/devices/system/cpu. ( Note: power management support will enable this option
Say N if you want to disable CPU hotplug and don't need to automatically on SMP systems. )
suspend. Say N if you want to disable CPU hotplug.
config COMPAT_VDSO config COMPAT_VDSO
def_bool y def_bool y
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册