From: Ingo Molnar Date: Tue, 27 Jan 2009 16:47:24 +0000 (+0100) Subject: x86/Voyager: remove HOTPLUG_CPU Kconfig quirk X-Git-Tag: v2.6.31-rc1~383^2~508^2~60 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4b19ed915576e8034c3653b4b10b79bde10f69fa;p=~shefty%2Frdma-dev.git x86/Voyager: remove HOTPLUG_CPU Kconfig quirk Voyager has this Kconfig quirk: config HOTPLUG_CPU bool "Support for hot-pluggable CPUs" depends on SMP && HOTPLUG && !X86_VOYAGER But this exception will be moot once Voyager starts using the generic x86 code. Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7cf9f0a8c8c..206645ac6f6 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1470,7 +1470,7 @@ config PHYSICAL_ALIGN config HOTPLUG_CPU bool "Support for hot-pluggable CPUs" - depends on SMP && HOTPLUG && !X86_VOYAGER + depends on SMP && HOTPLUG ---help--- Say Y here to allow turning CPUs off and on. CPUs can be controlled through /sys/devices/system/cpu.