genirq: Protect tglx from tripping over his own feet
authorThomas Gleixner <tglx@linutronix.de>
Wed, 9 Feb 2011 12:16:52 +0000 (13:16 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:14 +0000 (12:58 +0100)
commite6bea9c404699223322d7411c6f2ceaec02fa83c
treec006048322aae74b4d60ec2a2a16e1fd941af09b
parentdbec07bac614a61e3392c1e7c08cc6a49ad43f7a
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>
kernel/irq/internals.h
kernel/irq/irqdesc.c
kernel/irq/settings.h [new file with mode: 0644]