]> git.karo-electronics.de Git - mv-sheeva.git/commit
genirq: Fix misplaced status update in irq_disable()
authorThomas Gleixner <tglx@linutronix.de>
Mon, 21 Feb 2011 11:54:34 +0000 (12:54 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 21 Feb 2011 20:19:59 +0000 (21:19 +0100)
commita61d825808a0ce9935afebc225dcd602d5339e14
tree136d068ca3a58c9d6d3d28786a246c1204452c8c
parenta439520f8b18917b322f576be04c54aba84bb044
genirq: Fix misplaced status update in irq_disable()

We lazy disable interrupt lines, so only mark the line masked, when
the chip provides an irq_disable callback.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/irq/chip.c