commit | 2464286ace55b3abddfb9cc30ab95e2dac1de9a6 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Aug 12 15:46:35 2007 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Aug 12 11:05:45 2007 -0700 |
tree | 0ef5493e17325c99dc8bbb0c77d4eb4bf9944713 | |
parent | 496634217e5671ed876a0348e9f5b7165e830b20 [diff] |
genirq: suppress resend of level interrupts Level type interrupts are resent by the interrupt hardware when they are still active at irq_enable(). Suppress the resend mechanism for interrupts marked as level. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>