Re: [PATCH 1/2] powerpc: Partition hibernation support

2010-05-10 Thread Brian King
On 05/10/2010 09:37 AM, Brian King wrote: > >>> } >>> #else /* CONFIG_PPC_PSERIES */ >>> static int rtas_ibm_suspend_me(struct rtas_args *args) >>> { >>> return -ENOSYS; >>> } >>> + >>> +int rtas_suspend_cpu(struct rtas_suspend_me_data *data) >>> +{ >>> + return -ENOSYS; >>> +} >>> + >>

Re: [PATCH 1/2] powerpc: Partition hibernation support

2010-05-10 Thread Brian King
On 05/10/2010 01:48 AM, Michael Ellerman wrote: > On Fri, 2010-05-07 at 13:58 -0500, Brian King wrote: >> diff -puN /dev/null arch/powerpc/platforms/pseries/suspend.c >> --- /dev/null2009-12-15 17:58:07.0 -0600 >> +++ linux-2.6-bjking1/arch/powerpc/platforms/pseries/suspend.c

Re: [PATCH 1/2] powerpc: Partition hibernation support

2010-05-09 Thread Michael Ellerman
On Fri, 2010-05-07 at 13:58 -0500, Brian King wrote: > 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. > > Sig

[PATCH 1/2] powerpc: Partition hibernation support

2010-05-07 Thread Brian King
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 --- arch/powerpc/Kconfig

Re: [PATCH 1/2] powerpc: Partition hibernation support

2010-03-11 Thread Nathan Fontenot
Brian King wrote: 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 --- arch/powerpc/Kc

[PATCH 1/2] powerpc: Partition hibernation support

2010-02-23 Thread Brian King
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 --- arch/powerpc/Kconfig