[PATCH 1/4] Ensure that pmu_sys_suspended exists in appropriate configs.

Guido Günther agx at sigxcpu.org
Wed Mar 12 19:38:57 EST 2008


Hi Tony,
On Wed, Mar 12, 2008 at 10:48:48AM +1100, Tony Breeds wrote:
> pmu_sys_suspended is declared extern when:
> 	defined(CONFIG_PM_SLEEP) && defined(CONFIG_PPC32)
> but only defined when:
> 	defined(CONFIG_SUSPEND) && defined(CONFIG_PPC32)
> which is wrong.  Lets fix that.
As I wrote, this isn't defined in my config:

# CONFIG_SUSPEND is not set
CONFIG_HIBERNATION=y

Cheers,
 -- Guido



More information about the Linuxppc-dev mailing list