]> git.itanic.dy.fi Git - linux-stable/commit
[PATCH] PowerMac: force only suspend-to-disk to be valid
authorJohannes Berg <johannes@sipsolutions.net>
Fri, 26 May 2006 01:44:24 +0000 (18:44 -0700)
committerChris Wright <chrisw@sous-sol.org>
Mon, 5 Jun 2006 17:18:13 +0000 (10:18 -0700)
commit0599c8ca5cf14f8bc8344d6603886b13fc723c6b
tree0a491556a4777cdc3b3bdb163d8327ae462b622b
parente81ccf5afaf9cff1ed27c29ff96795c146a3d571
[PATCH] PowerMac: force only suspend-to-disk to be valid

For a very long time, echoing 'standby' or 'mem' into /sys/power/state has
killed the machine on powerpc.  This patch fixes that.

This patch adds the .valid callback to pm_ops on PowerMac so that only the
suspend to disk state can be entered.  Note that just returning 0 would
suffice since the upper layers don't pass PM_SUSPEND_DISK down, but we
handle it there regardless just in case that changes.

Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/platforms/powermac/setup.c