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

genirq: Implement generic irq_show_interrupts()



All archs implement show_interrupts() in more or less the same
way. That's tons of duplicated code with different bugs with no
value. Implement a generic version and deprecate show_interrupts()

Unfortunately we need some ifdeffery for !GENERIC_HARDIRQ archs.

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