]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: unify do_IRQ()
authorJeremy Fitzhardinge <jeremy@goop.org>
Fri, 6 Feb 2009 22:09:41 +0000 (14:09 -0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Feb 2009 11:16:05 +0000 (12:16 +0100)
commit7c1d7cdcef1b54f4a78892b6b99d19f12c4f398e
treeb682c8a8d4ee0cf00de2ee6d00cd8fea37ad6339
parent9b2b76a3344146c4d8d300874e73af8161204f87
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>
arch/x86/include/asm/irq.h
arch/x86/kernel/irq.c
arch/x86/kernel/irq_32.c
arch/x86/kernel/irq_64.c