From: Johannes Berg Date: Thu, 26 Apr 2007 09:43:58 +0000 (+0200) Subject: s2ram: add arch irq disable/enable hooks X-Git-Tag: v2.6.22-rc1~1119^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a53c46dc8253cc613ad66a2ca7aad6de8b7e61b9;p=pandora-kernel.git s2ram: add arch irq disable/enable hooks After some more discussion this patch replaces it: From: Johannes Berg 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 Acked-by: Pavel Machek Cc: Andrew Morton Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed