linux/kernel/irq
Thomas Gleixner c78b9b65fa 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: Thomas Gleixner <tglx@linutronix.de>
2011-02-19 12:58:13 +01:00
..
autoprobe.c genirq: Consolidate startup/shutdown of interrupts 2011-02-19 12:58:10 +01:00
chip.c genirq: Use handle_perpcu_event() in handle_percpu_irq() 2011-02-19 12:58:12 +01:00
devres.c devres/irq: Fix devm_irq_match comment 2010-02-11 16:01:02 +01:00
dummychip.c genirq: Fix CONFIG_GENIRQ_NO_DEPRECATED=y build 2010-10-12 21:59:55 +02:00
handle.c genirq: Simplify handle_irq_event() 2011-02-19 12:58:13 +01:00
internals.h genirq: Implement handle_irq_event() 2011-02-19 12:58:11 +01:00
irqdesc.c genirq: Make nr_irqs runtime expandable 2011-02-19 12:58:06 +01:00
Kconfig genirq: Implement generic irq_show_interrupts() 2011-02-19 12:58:13 +01:00
Makefile genirq: Remove the now unused sparse irq leftovers 2010-10-12 16:53:44 +02:00
manage.c genirq: Consolidate IRQ_DISABLED 2011-02-19 12:58:11 +01:00
migration.c genirq: Prevent irq storm on migration 2011-02-02 22:15:08 +01:00
pm.c genirq: Add IRQF_FORCE_RESUME 2011-02-08 16:36:47 +01:00
proc.c genirq: Implement generic irq_show_interrupts() 2011-02-19 12:58:13 +01:00
resend.c genirq: Consolidate IRQ_DISABLED 2011-02-19 12:58:11 +01:00
spurious.c genirq: Use handle_irq_event() in the spurious poll code 2011-02-19 12:58:13 +01:00