commit | f45bcd7022a46de48cc414e3ea3a5b9b4de318ec | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Fri Feb 23 04:23:52 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Feb 26 10:34:08 2007 -0800 |
tree | 704cc343d90c9325d3dca824853d870c7bc0d5ff | |
parent | 5ff5115efafb08b49cbc8abdea9726884fba0b5a [diff] |
[PATCH] x86_64 irq: In __DO_ACTION perform the FINAL action for every entry. If we have an irq that comes from multiple io_apic pins the FINAL action (which is io_apic_sync or nothing) needs to be called for every entry or else if the two pins come from different io_apics we may not wait until after the action happens on the io_apic. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>