aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/hw_irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/hw_irq.h')
-rw-r--r--include/asm-x86/hw_irq.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/include/asm-x86/hw_irq.h b/include/asm-x86/hw_irq.h
index 38af08ed43cf..a8c5e8bdaa49 100644
--- a/include/asm-x86/hw_irq.h
+++ b/include/asm-x86/hw_irq.h
@@ -13,7 +13,7 @@
13 * unified by tglx 13 * unified by tglx
14 */ 14 */
15 15
16#define NMI_VECTOR 0x02 16#include <asm/irq_vectors.h>
17 17
18#ifndef __ASSEMBLY__ 18#ifndef __ASSEMBLY__
19 19
@@ -75,6 +75,16 @@ extern void send_IPI(int dest, int vector);
75extern atomic_t irq_err_count; 75extern atomic_t irq_err_count;
76extern atomic_t irq_mis_count; 76extern atomic_t irq_mis_count;
77 77
78/* Voyager functions */
79extern asmlinkage void vic_cpi_interrupt(void);
80extern asmlinkage void vic_sys_interrupt(void);
81extern asmlinkage void vic_cmn_interrupt(void);
82extern asmlinkage void qic_timer_interrupt(void);
83extern asmlinkage void qic_invalidate_interrupt(void);
84extern asmlinkage void qic_reschedule_interrupt(void);
85extern asmlinkage void qic_enable_irq_interrupt(void);
86extern asmlinkage void qic_call_function_interrupt(void);
87
78#endif /* !ASSEMBLY_ */ 88#endif /* !ASSEMBLY_ */
79 89
80#ifdef CONFIG_X86_32 90#ifdef CONFIG_X86_32