[PATCH] Disable CPU hotplug during suspend
authorRafael J. Wysocki <rjw@sisk.pl>
Tue, 26 Sep 2006 06:32:48 +0000 (23:32 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:59 +0000 (08:48 -0700)
commite3920fb42c8ddfe63befb54d95c0e13eabacea9b
tree08371a71e58e6e9d3ec62dfa6a22b3b5e6ff0fd5
parente8eff5ac294e12531c4195e0c15a222d3c9015e5
[PATCH] Disable CPU hotplug during suspend

The current suspend code has to be run on one CPU, so we use the CPU
hotplug to take the non-boot CPUs offline on SMP machines.  However, we
should also make sure that these CPUs will not be enabled by someone else
after we have disabled them.

The functions disable_nonboot_cpus() and enable_nonboot_cpus() are moved to
kernel/cpu.c, because they now refer to some stuff in there that should
better be static.  Also it's better if disable_nonboot_cpus() returns an
error instead of panicking if something goes wrong, and
enable_nonboot_cpus() has no reason to panic(), because the CPUs may have
been enabled by the userland before it tries to take them online.

Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/linux/cpu.h
include/linux/suspend.h
kernel/cpu.c
kernel/power/Makefile
kernel/power/disk.c
kernel/power/main.c
kernel/power/smp.c [deleted file]
kernel/power/user.c