aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/hw_irq.h
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-31 02:16:04 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-31 04:21:21 +0100
commited74ca6d5a3e57eb0969d4e14e46cf9f88d25d3f (patch)
treedf50a7c182a216e00338fa5c1ffe97cd38624dfc /arch/x86/include/asm/hw_irq.h
parentx86, apic: clean up spurious vector sanity check (diff)
downloadlinux-dev-ed74ca6d5a3e57eb0969d4e14e46cf9f88d25d3f.tar.xz
linux-dev-ed74ca6d5a3e57eb0969d4e14e46cf9f88d25d3f.zip
x86, voyager: move Voyager-specific defines to voyager.h
They dont belong into the generic headers. 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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/include/asm/hw_irq.h b/arch/x86/include/asm/hw_irq.h
index 415507973968..3ef2bded97ac 100644
--- a/arch/x86/include/asm/hw_irq.h
+++ b/arch/x86/include/asm/hw_irq.h
@@ -84,16 +84,6 @@ extern atomic_t irq_mis_count;
/* EISA */
extern void eisa_set_level_irq(unsigned int irq);
-/* Voyager functions */
-extern asmlinkage void vic_cpi_interrupt(void);
-extern asmlinkage void vic_sys_interrupt(void);
-extern asmlinkage void vic_cmn_interrupt(void);
-extern asmlinkage void qic_timer_interrupt(void);
-extern asmlinkage void qic_invalidate_interrupt(void);
-extern asmlinkage void qic_reschedule_interrupt(void);
-extern asmlinkage void qic_enable_irq_interrupt(void);
-extern asmlinkage void qic_call_function_interrupt(void);
-
/* SMP */
extern void smp_apic_timer_interrupt(struct pt_regs *);
extern void smp_spurious_interrupt(struct pt_regs *);