git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4dc0f9
)
genirq: Do not consider disabled wakeup irqs
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 4 May 2012 15:56:16 +0000
(17:56 +0200)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 4 May 2012 21:38:50 +0000
(23:38 +0200)
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 <tglx@linutronix.de>
Cc: NeilBrown <neilb@suse.de>
No differences found