Skip to content
Commit 9c6079aa authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

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: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: NeilBrown <neilb@suse.de>
parent d4dc0f90
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment