diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-03 00:14:44 +0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-12 23:28:05 +0400 |
commit | 22067d4501bfb47c8ca34144f68fad734178914d (patch) | |
tree | 7aedae5a1c30e29058cbe9d166bba83f4d0c4f33 /include/asm-x86/irq_64.h | |
parent | 22dc12d1f694b9af88e616ab758ff90c69d0fc83 (diff) | |
download | linux-22067d4501bfb47c8ca34144f68fad734178914d.tar.xz |
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 @@ -#ifndef _ASM_IRQ_H -#define _ASM_IRQ_H - -/* - * linux/include/asm/irq.h - * - * (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar - * - * IRQ/IPI changes taken from work by Thomas Radke - * <tomsoft@informatik.tu-chemnitz.de> - */ - -#include <asm/apicdef.h> -#include <asm/irq_vectors.h> - -static inline int irq_canonicalize(int irq) -{ - return ((irq == 2) ? 9 : irq); -} - -#define ARCH_HAS_NMI_WATCHDOG /* See include/linux/nmi.h */ - -#ifdef CONFIG_HOTPLUG_CPU -#include <linux/cpumask.h> -extern void fixup_irqs(cpumask_t map); -#endif - -#define __ARCH_HAS_DO_SOFTIRQ 1 - -extern void native_init_IRQ(void); - -#endif /* _ASM_IRQ_H */ |