remarkable-linux/kernel/irq
Thomas Gleixner e6bea9c404 genirq: Protect tglx from tripping over his own feet
The irq_desc.status field will either go away or renamed to
settings. Anyway we need to maintain compatibility to avoid breaking
the world and some more. While moving bits into the core, I need to
avoid that I use any of the still existing IRQ_ bits in the core code
by typos. So that file will hold the inline wrappers and some nasty
CPP tricks to break the build when typoed.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
2011-02-19 12:58:14 +01:00
..
autoprobe.c genirq: Consolidate startup/shutdown of interrupts 2011-02-19 12:58:10 +01:00
chip.c genirq: Fixup core code namespace fallout 2011-02-19 12:58:13 +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: Protect tglx from tripping over his own feet 2011-02-19 12:58:14 +01:00
irqdesc.c genirq: Protect tglx from tripping over his own feet 2011-02-19 12:58:14 +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: Fixup core code namespace fallout 2011-02-19 12:58:13 +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
settings.h genirq: Protect tglx from tripping over his own feet 2011-02-19 12:58:14 +01:00
spurious.c genirq: Use handle_irq_event() in the spurious poll code 2011-02-19 12:58:13 +01:00