genirq: Add flags to irq_chip
authorThomas Gleixner <tglx@linutronix.de>
Thu, 10 Feb 2011 12:08:38 +0000 (13:08 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 19 Feb 2011 11:58:21 +0000 (12:58 +0100)
Looking through irq_chip implementations I noticed that some of them
have special requirements, like setting the type masked and therefor
fiddle in irq_desc->status. Add a flag field, so the core code can
handle it.

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

No differences found