diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-02 22:10:39 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-12 21:28:05 +0200 |
commit | 22dc12d1f694b9af88e616ab758ff90c69d0fc83 (patch) | |
tree | c28d8ddc73bac954760bac121f0af484652f195e /include/asm-x86/hw_irq_64.h | |
parent | 97e7b6f54c0d66586a658e985630cd63040311fb (diff) | |
download | op-kernel-dev-22dc12d1f694b9af88e616ab758ff90c69d0fc83.zip op-kernel-dev-22dc12d1f694b9af88e616ab758ff90c69d0fc83.tar.gz |
x86: unify hwirq.h
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/hw_irq_64.h')
-rw-r--r-- | include/asm-x86/hw_irq_64.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-x86/hw_irq_64.h b/include/asm-x86/hw_irq_64.h deleted file mode 100644 index 428785b..0000000 --- a/include/asm-x86/hw_irq_64.h +++ /dev/null @@ -1,17 +0,0 @@ -#ifndef __ASSEMBLY__ - -typedef int vector_irq_t[NR_VECTORS]; -DECLARE_PER_CPU(vector_irq_t, vector_irq); -extern void __setup_vector_irq(int cpu); -extern spinlock_t vector_lock; - -/* - * Various low-level irq details needed by irq.c, process.c, - * time.c, io_apic.c and smp.c - * - * Interrupt entry/exit code at both C and assembly level - */ - -#include <asm/ptrace.h> - -#endif |