commit | 77694b408abb8f92195ad5ed6ce5492f1d794c77 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Feb 15 10:33:57 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Sat Feb 19 12:58:24 2011 +0100 |
tree | a0f7e81a0a155523f69146cd560cc2f49543a99e | |
parent | 781295762defc709a609efc01d8bb065276cd9a2 [diff] |
genirq; Add fasteoi irq_chip quirk Some chips want irq_eoi() only called when an interrupt is actually handled. So they have checks for INPROGRESS and DISABLED in their irq_eoi callbacks. Add a chip flag, which allows to handle that in the generic code. No impact on the fastpath. Signed-off-by: Thomas Gleixner <tglx@linutronix.de>