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

genirq: Implement handle_irq_event()



Core code replacement for the ugly camel case. It contains all the
code which is shared in all handlers.

     clear status flags
     set INPROGRESS flag
     unlock
     call action chain
     note_interrupt
     lock
     clr INPROGRESS flag

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