aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/hw_irq_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/hw_irq_64.h')
-rw-r--r--include/asm-x86/hw_irq_64.h17
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 428785b3634b..000000000000
--- a/include/asm-x86/hw_irq_64.h
+++ /dev/null
@@ -1,17 +0,0 @@
1#ifndef __ASSEMBLY__
2
3typedef int vector_irq_t[NR_VECTORS];
4DECLARE_PER_CPU(vector_irq_t, vector_irq);
5extern void __setup_vector_irq(int cpu);
6extern spinlock_t vector_lock;
7
8/*
9 * Various low-level irq details needed by irq.c, process.c,
10 * time.c, io_apic.c and smp.c
11 *
12 * Interrupt entry/exit code at both C and assembly level
13 */
14
15#include <asm/ptrace.h>
16
17#endif