commit | 7c1d7cdcef1b54f4a78892b6b99d19f12c4f398e | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy@goop.org> | Fri Feb 06 14:09:41 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 09 12:16:05 2009 +0100 |
tree | b682c8a8d4ee0cf00de2ee6d00cd8fea37ad6339 | |
parent | 9b2b76a3344146c4d8d300874e73af8161204f87 [diff] |
x86: unify do_IRQ() With the differences in interrupt handling hoisted into handle_irq(), do_IRQ is more or less identical between 32 and 64 bit, so unify it. Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>