commit | cc75b92d11384ba14f93828a2a0040344ae872e7 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Sun Aug 12 15:46:36 2007 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Aug 12 11:05:45 2007 -0700 |
tree | eff53bb649b115ff16a377cc0fd81f5807406ba2 | |
parent | 2464286ace55b3abddfb9cc30ab95e2dac1de9a6 [diff] |
genirq: mark io_apic level interrupts to avoid resend Level type interrupts do not need to be resent. It was also found that some chipsets get confused in case of the resend. Mark the ioapic level type interrupts as such to avoid the resend functionality in the generic irq code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>