s2ram: add arch irq disable/enable hooks
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 26 Apr 2007 09:43:58 +0000 (11:43 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 17:57:33 +0000 (10:57 -0700)
commita53c46dc8253cc613ad66a2ca7aad6de8b7e61b9
tree5b041cbe147597efb337525ad8260128cc8bc2b0
parent075c1771526c85849ed22298d048bc07e400aee5
s2ram: add arch irq disable/enable hooks

After some more discussion this patch replaces it:

From: Johannes Berg <johannes@sipsolutions.net>
Subject: suspend: add arch irq disable/enable hooks

For powermac, we need to do some things between suspending devices and
device_power_off, for example setting the decrementer. This patch
allows architectures to define arch_s2ram_{en,dis}able_irqs in their
asm/suspend.h to have control over this step.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Acked-by: Pavel Machek <pavel@ucw.cz>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/pm.h
kernel/power/main.c