public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86: Remove EXPERIMENTAL restriction from CONFIG_HOTPLUG_CPU
@ 2008-08-11 15:46 Dimitri Sivanich
  2008-08-11 16:31 ` Ingo Molnar
  0 siblings, 1 reply; 6+ messages in thread
From: Dimitri Sivanich @ 2008-08-11 15:46 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel; +Cc: Max Krasnyansky

This removes the EXPERIMENTAL restriction from CONFIG_HOTPLUG_CPU on the x86 architecture.

One question, should we default to 'Y'?

Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>

Index: linux/arch/x86/Kconfig
===================================================================
--- linux.orig/arch/x86/Kconfig	2008-07-30 14:45:16.000000000 -0500
+++ linux/arch/x86/Kconfig	2008-07-30 14:47:54.000000000 -0500
@@ -1365,11 +1365,11 @@ config PHYSICAL_ALIGN
 	  Don't change this unless you know what you are doing.
 
 config HOTPLUG_CPU
-	bool "Support for suspend on SMP and hot-pluggable CPUs (EXPERIMENTAL)"
-	depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER
+	bool "Support for suspend on SMP and hot-pluggable CPUs"
+	depends on SMP && HOTPLUG && !X86_VOYAGER
 	---help---
-	  Say Y here to experiment with turning CPUs off and on, and to
-	  enable suspend on SMP systems. CPUs can be controlled through
+	  Say Y here to allow turning CPUs off and on, and to enable
+	  suspend on SMP systems. CPUs can be controlled through
 	  /sys/devices/system/cpu.
 	  Say N if you want to disable CPU hotplug and don't need to
 	  suspend.

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] x86: Remove EXPERIMENTAL restriction from CONFIG_HOTPLUG_CPU
@ 2008-07-30 19:58 Dimitri Sivanich
  2008-08-04 17:55 ` Max Krasnyansky
  0 siblings, 1 reply; 6+ messages in thread
From: Dimitri Sivanich @ 2008-07-30 19:58 UTC (permalink / raw)
  To: linux-kernel; +Cc: Max Krasnyansky, Robert Hancock, Peter Zijlstra, Ingo Molnar

This removes the EXPERIMENTAL restriction from CONFIG_HOTPLUG_CPU on the x86 architecture.

One question, should we default to 'Y'?

Signed-off-by: Dimitri Sivanich <sivanich@sgi.com>

Index: linux/arch/x86/Kconfig
===================================================================
--- linux.orig/arch/x86/Kconfig	2008-07-30 14:45:16.000000000 -0500
+++ linux/arch/x86/Kconfig	2008-07-30 14:47:54.000000000 -0500
@@ -1365,11 +1365,11 @@ config PHYSICAL_ALIGN
 	  Don't change this unless you know what you are doing.
 
 config HOTPLUG_CPU
-	bool "Support for suspend on SMP and hot-pluggable CPUs (EXPERIMENTAL)"
-	depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER
+	bool "Support for suspend on SMP and hot-pluggable CPUs"
+	depends on SMP && HOTPLUG && !X86_VOYAGER
 	---help---
-	  Say Y here to experiment with turning CPUs off and on, and to
-	  enable suspend on SMP systems. CPUs can be controlled through
+	  Say Y here to allow turning CPUs off and on, and to enable
+	  suspend on SMP systems. CPUs can be controlled through
 	  /sys/devices/system/cpu.
 	  Say N if you want to disable CPU hotplug and don't need to
 	  suspend.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-08-13  7:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-11 15:46 [PATCH] x86: Remove EXPERIMENTAL restriction from CONFIG_HOTPLUG_CPU Dimitri Sivanich
2008-08-11 16:31 ` Ingo Molnar
2008-08-11 16:34   ` Dimitri Sivanich
2008-08-13  7:34   ` Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2008-07-30 19:58 Dimitri Sivanich
2008-08-04 17:55 ` Max Krasnyansky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox