aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hw_irq.h
diff options
context:
space:
mode:
authorDimitri Sivanich <sivanich@sgi.com>2009-03-04 12:56:05 -0600
committerIngo Molnar <mingo@elte.hu>2009-03-04 20:25:37 +0100
commitacaabe795a62bba089c185917af86b44654313dc (patch)
treebbdf5eb8a7eb2a1a8c40bfc332db6d328a64b043 /arch/x86/include/asm/hw_irq.h
parentx86: un-__init fill_pud/pmd/pte (diff)
downloadlinux-dev-acaabe795a62bba089c185917af86b44654313dc.tar.xz
linux-dev-acaabe795a62bba089c185917af86b44654313dc.zip
x86: UV, SGI RTC: add generic system vector
This patch allocates a system interrupt vector for various platform specific uses. Signed-off-by: Dimitri Sivanich <sivanich@sgi.com> Cc: Andrew Morton <akpm@linux-foundation.org> Cc: john stultz <johnstul@us.ibm.com> LKML-Reference: <20090304185605.GA24419@sgi.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/include/asm/hw_irq.h')
-rw-r--r--arch/x86/include/asm/hw_irq.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
index 370e1c83bb49..b762ea49bd70 100644
--- a/arch/x86/include/asm/hw_irq.h
+++ b/arch/x86/include/asm/hw_irq.h
@@ -27,6 +27,7 @@
/* Interrupt handlers registered during init_IRQ */
extern void apic_timer_interrupt(void);
+extern void generic_interrupt(void);
extern void error_interrupt(void);
extern void spurious_interrupt(void);
extern void thermal_interrupt(void);