git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2464286
)
genirq: mark io_apic level interrupts to avoid resend
author
Thomas Gleixner
<tglx@linutronix.de>
Sun, 12 Aug 2007 15:46:36 +0000
(15:46 +0000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Sun, 12 Aug 2007 18:05:45 +0000
(11:05 -0700)
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>
No differences found