From: Thomas Gleixner Date: Fri, 4 May 2012 15:56:16 +0000 (+0200) Subject: genirq: Do not consider disabled wakeup irqs X-Git-Tag: v3.5-rc1~160^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c6079aa1bfcf7e14de10b824779ce39b679bcb8;p=pandora-kernel.git genirq: Do not consider disabled wakeup irqs If an wakeup interrupt has been disabled before the suspend code disables all interrupts then we have to ignore the pending flag. Otherwise we would abort suspend over and over as nothing clears the pending flag because the interrupt is disabled. Signed-off-by: Thomas Gleixner Cc: NeilBrown --- Reading git-diff-tree failed