genirq: Add irq disabled flag to irq_data state
authorThomas Gleixner <tglx@linutronix.de>
Sun, 27 Mar 2011 09:02:49 +0000 (11:02 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 27 Mar 2011 15:45:58 +0000 (17:45 +0200)
Some irq_chip implementation require to know the disabled state of the
interrupt in certain callbacks. Add a state flag and accessor to
irq_data.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found