diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-02 16:14:44 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-12 15:28:05 -0400 |
commit | 22067d4501bfb47c8ca34144f68fad734178914d (patch) | |
tree | 7aedae5a1c30e29058cbe9d166bba83f4d0c4f33 /include/asm-x86/irq_64.h | |
parent | 22dc12d1f694b9af88e616ab758ff90c69d0fc83 (diff) |
x86: unify irq.h
Not much difference in those files.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/irq_64.h')
-rw-r--r-- | include/asm-x86/irq_64.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/include/asm-x86/irq_64.h b/include/asm-x86/irq_64.h deleted file mode 100644 index 1ef233d15dc4..000000000000 --- a/include/asm-x86/irq_64.h +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | #ifndef _ASM_IRQ_H | ||
2 | #define _ASM_IRQ_H | ||
3 | |||
4 | /* | ||
5 | * linux/include/asm/irq.h | ||
6 | * | ||
7 | * (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar | ||
8 | * | ||
9 | * IRQ/IPI changes taken from work by Thomas Radke | ||
10 | * <tomsoft@informatik.tu-chemnitz.de> | ||
11 | */ | ||
12 | |||
13 | #include <asm/apicdef.h> | ||
14 | #include <asm/irq_vectors.h> | ||
15 | |||
16 | static inline int irq_canonicalize(int irq) | ||
17 | { | ||
18 | return ((irq == 2) ? 9 : irq); | ||
19 | } | ||
20 | |||
21 | #define ARCH_HAS_NMI_WATCHDOG /* See include/linux/nmi.h */ | ||
22 | |||
23 | #ifdef CONFIG_HOTPLUG_CPU | ||
24 | #include <linux/cpumask.h> | ||
25 | extern void fixup_irqs(cpumask_t map); | ||
26 | #endif | ||
27 | |||
28 | #define __ARCH_HAS_DO_SOFTIRQ 1 | ||
29 | |||
30 | extern void native_init_IRQ(void); | ||
31 | |||
32 | #endif /* _ASM_IRQ_H */ | ||