commit | e1ed7ac77b63abb6b3a2c0b4b070f50da5b1fb2f | [log] [tgz] |
---|---|---|
author | Imre Deak <imre.deak@solidboot.com> | Sat Sep 16 12:15:35 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Sep 16 12:54:30 2006 -0700 |
tree | f82b0558b445cdae2ebf377c19e6409cef7679e0 | |
parent | 63b98080daa35f0d682db04f4fb7ada010888752 [diff] |
[PATCH] genirq: fix typo in IRQ resend Fix a bug where the IRQ_PENDING flag is never cleared and the ISR is called endlessly without an actual interrupt. Signed-off-by: Imre Deak <imre.deak@solidboot.com> Acked-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>