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

genirq: Fixup poll handling



try_one_irq() contains redundant code and lots of useless checks for
shared interrupts. Check for shared before setting IRQ_INPROGRESS and
then call handle_IRQ_event() while pending. Shorter version with the
same functionality.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent b738a50a
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