commit | 2bff17ad2107c66fc8ca96501a7128dd7fa7a390 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Thu Feb 10 13:08:38 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:21 2011 +0100 |
tree | a022acf5cdc290b1ede54f3d4a26b6365c3cc94b | |
parent | 5d4d8fc9ac3e9a90bbdf90bae6864cb2c01f2208 [diff] |
genirq: Add flags to irq_chip 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>