]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: add handle_irq() to allow interrupt injection
authorJeremy Fitzhardinge <jeremy@goop.org>
Fri, 6 Feb 2009 22:09:40 +0000 (14:09 -0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 9 Feb 2009 11:15:57 +0000 (12:15 +0100)
commit9b2b76a3344146c4d8d300874e73af8161204f87
tree13c22f62ac7610f07b93fe9f4a75e0f57ebb450d
parentcc6c50066ec1ac98bef97117e2f078bb89bbccc7
x86: add handle_irq() to allow interrupt injection

Xen uses a different interrupt path, so introduce handle_irq() to
allow interrupts to be inserted into the normal interrupt path.  This
is handled slightly differently on 32 and 64-bit.

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_32.c
arch/x86/kernel/irq_64.c