[rfc] fix Kconfig, hotplug_cpu is needed for swsusp

From: Pavel Machek
Date: Wed Mar 29 2006 - 17:05:42 EST


HOTPLUG_CPU is needed on normal PCs, too -- it is neccessary for
software suspend.

Signed-off-by: Pavel Machek <pavel@xxxxxxx>

---
commit 2206dab43d50723d6b15caa8821e8d97c6b5ef28
tree cbfc324e15d216aa91ce6a51927668076de5b7db
parent dd76aabd03933b80c61fa5b0c0c995950246c603
author <pavel@xxxxxxxxxx> Thu, 30 Mar 2006 00:06:31 +0200
committer <pavel@xxxxxxxxxx> Thu, 30 Mar 2006 00:06:31 +0200

arch/i386/Kconfig | 8 ++++----
kernel/power/process.c | 3 +--
kernel/signal.c | 1 +
3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig
index f7db71d..955dc08 100644
--- a/arch/i386/Kconfig
+++ b/arch/i386/Kconfig
@@ -741,12 +741,12 @@ config PHYSICAL_START

config HOTPLUG_CPU
bool "Support for hot-pluggable CPUs (EXPERIMENTAL)"
- depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER && !X86_PC
+ depends on SMP && HOTPLUG && EXPERIMENTAL && !X86_VOYAGER
---help---
- Say Y here to experiment with turning CPUs off and on. CPUs
- can be controlled through /sys/devices/system/cpu.
+ Say Y here to experiment with turning CPUs off and on, and to
+ enable suspend on SMP systems. CPUs can be controlled through
+ /sys/devices/system/cpu.

- Say N.

config DOUBLEFAULT
default y

--
Picture of sleeping (Linux) penguin wanted...
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/