]> git.baikalelectronics.ru Git - kernel.git/commit
genirq: suppress resend of level interrupts
authorThomas Gleixner <tglx@linutronix.de>
Sun, 12 Aug 2007 15:46:35 +0000 (15:46 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 12 Aug 2007 18:05:45 +0000 (11:05 -0700)
commit41bacb98bfc36a5101d8dda759b4c7f1348045eb
tree0ef5493e17325c99dc8bbb0c77d4eb4bf9944713
parente9383112badd2be32f21c2e2a474619d5c078e66
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>
kernel/irq/resend.c