diff options
author | Dimitri Sivanich <sivanich@sgi.com> | 2008-08-11 11:46:46 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-11 12:29:56 -0400 |
commit | 7c13e6a3d15a4ebcc3f40df5f4d19665479f8ca3 (patch) | |
tree | f428a2a6d91b09c96d5f3d6a09d0f93666aee7eb /arch/x86/Kconfig | |
parent | 796aadeb1b2db9b5d463946766c5bbfd7717158c (diff) |
x86: remove EXPERIMENTAL restriction from CONFIG_HOTPLUG_CPU
This removes the EXPERIMENTAL restriction from CONFIG_HOTPLUG_CPU
on the x86 architecture.
Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3d0f2b6a5a16..7917962ab7ff 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1371,14 +1371,14 @@ config PHYSICAL_ALIGN | |||
1371 | Don't change this unless you know what you are doing. | 1371 | Don't change this unless you know what you are doing. |
1372 | 1372 | ||
1373 | config HOTPLUG_CPU | 1373 | config HOTPLUG_CPU |
1374 | bool "Support for suspend on SMP and hot-pluggable CPUs (EXPERIMENTAL)" | 1374 | bool "Support for hot-pluggable CPUs" |
1375 | depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER | 1375 | depends on SMP && HOTPLUG && !X86_VOYAGER |
1376 | ---help--- | 1376 | ---help--- |
1377 | Say Y here to experiment with turning CPUs off and on, and to | 1377 | Say Y here to allow turning CPUs off and on. CPUs can be |
1378 | enable suspend on SMP systems. CPUs can be controlled through | 1378 | controlled through /sys/devices/system/cpu. |
1379 | /sys/devices/system/cpu. | 1379 | ( Note: power management support will enable this option |
1380 | Say N if you want to disable CPU hotplug and don't need to | 1380 | automatically on SMP systems. ) |
1381 | suspend. | 1381 | Say N if you want to disable CPU hotplug. |
1382 | 1382 | ||
1383 | config COMPAT_VDSO | 1383 | config COMPAT_VDSO |
1384 | def_bool y | 1384 | def_bool y |