aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 79795af59810..2d621032525a 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1699,7 +1699,7 @@ config HOTPLUG_CPU
1699config BOOTPARAM_HOTPLUG_CPU0 1699config BOOTPARAM_HOTPLUG_CPU0
1700 bool "Set default setting of cpu0_hotpluggable" 1700 bool "Set default setting of cpu0_hotpluggable"
1701 default n 1701 default n
1702 depends on HOTPLUG_CPU && EXPERIMENTAL 1702 depends on HOTPLUG_CPU
1703 ---help--- 1703 ---help---
1704 Set whether default state of cpu0_hotpluggable is on or off. 1704 Set whether default state of cpu0_hotpluggable is on or off.
1705 1705
@@ -1728,7 +1728,7 @@ config BOOTPARAM_HOTPLUG_CPU0
1728config DEBUG_HOTPLUG_CPU0 1728config DEBUG_HOTPLUG_CPU0
1729 def_bool n 1729 def_bool n
1730 prompt "Debug CPU0 hotplug" 1730 prompt "Debug CPU0 hotplug"
1731 depends on HOTPLUG_CPU && EXPERIMENTAL 1731 depends on HOTPLUG_CPU
1732 ---help--- 1732 ---help---
1733 Enabling this option offlines CPU0 (if CPU0 can be offlined) as 1733 Enabling this option offlines CPU0 (if CPU0 can be offlined) as
1734 soon as possible and boots up userspace with CPU0 offlined. User 1734 soon as possible and boots up userspace with CPU0 offlined. User