diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-05-02 20:10:09 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-05-12 21:28:05 +0200 |
commit | 9b7dc567d03d74a1fbae84e88949b6a60d922d82 (patch) | |
tree | 7b59581c40ea13373574daeb53a01e90729ddc7f /include/asm-x86/irq_32.h | |
parent | 2e0884362d1fe36ef2d673d763d6ce35e2044e66 (diff) | |
download | op-kernel-dev-9b7dc567d03d74a1fbae84e88949b6a60d922d82.zip op-kernel-dev-9b7dc567d03d74a1fbae84e88949b6a60d922d82.tar.gz |
x86: unify interrupt vector defines
The interrupt vector defines are copied 4 times around with minimal
differences. Move them all into asm-x86/irq_vectors.h
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86/irq_32.h')
-rw-r--r-- | include/asm-x86/irq_32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86/irq_32.h b/include/asm-x86/irq_32.h index 0b79f31..c5c7542 100644 --- a/include/asm-x86/irq_32.h +++ b/include/asm-x86/irq_32.h @@ -12,7 +12,7 @@ #include <linux/sched.h> /* include comes from machine specific directory */ -#include "irq_vectors.h" +#include <asm/irq_vectors.h> #include <asm/thread_info.h> static inline int irq_canonicalize(int irq) |