powerpc/pseries: Partition hibernation support
authorBrian King <brking@linux.vnet.ibm.com>
Wed, 7 Jul 2010 12:31:02 +0000 (12:31 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 9 Jul 2010 01:26:17 +0000 (11:26 +1000)
commit32d8ad4e621d6620e925cf540ef1d35aa6fa5a7b
tree02f0113e9a7cf78129b671e00244b39e72471c31
parent8fe93f8d850a24581e9d47df5814b257fe451052
powerpc/pseries: Partition hibernation support

Enables support for HMC initiated partition hibernation. This is
a firmware assisted hibernation, since the firmware handles writing
the memory out to disk, along with other partition information,
so we just mimic suspend to ram.

Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/Kconfig
arch/powerpc/include/asm/machdep.h
arch/powerpc/platforms/pseries/Makefile
arch/powerpc/platforms/pseries/hotplug-cpu.c
arch/powerpc/platforms/pseries/suspend.c [new file with mode: 0644]