Commit 2c922cd0 authored by Kees Cook's avatar Kees Cook Committed by Ingo Molnar

x86/cpu/hotplug: Remove CONFIG_EXPERIMENTAL dependency

The CONFIG_EXPERIMENTAL config item has not carried much meaning
for a while now and is almost always enabled by default. As
agreed during the Linux kernel summit, remove it from any
"depends on" lines in Kconfigs.
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: http://lkml.kernel.org/r/20130122210119.GA311@www.outflux.netSigned-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent ff7532ca
...@@ -1699,7 +1699,7 @@ config HOTPLUG_CPU ...@@ -1699,7 +1699,7 @@ config HOTPLUG_CPU
config BOOTPARAM_HOTPLUG_CPU0 config BOOTPARAM_HOTPLUG_CPU0
bool "Set default setting of cpu0_hotpluggable" bool "Set default setting of cpu0_hotpluggable"
default n default n
depends on HOTPLUG_CPU && EXPERIMENTAL depends on HOTPLUG_CPU
---help--- ---help---
Set whether default state of cpu0_hotpluggable is on or off. Set whether default state of cpu0_hotpluggable is on or off.
...@@ -1728,7 +1728,7 @@ config BOOTPARAM_HOTPLUG_CPU0 ...@@ -1728,7 +1728,7 @@ config BOOTPARAM_HOTPLUG_CPU0
config DEBUG_HOTPLUG_CPU0 config DEBUG_HOTPLUG_CPU0
def_bool n def_bool n
prompt "Debug CPU0 hotplug" prompt "Debug CPU0 hotplug"
depends on HOTPLUG_CPU && EXPERIMENTAL depends on HOTPLUG_CPU
---help--- ---help---
Enabling this option offlines CPU0 (if CPU0 can be offlined) as Enabling this option offlines CPU0 (if CPU0 can be offlined) as
soon as possible and boots up userspace with CPU0 offlined. User soon as possible and boots up userspace with CPU0 offlined. User
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment