aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/irq_vectors.h
diff options
context:
space:
mode:
authorDou Liyang <douly.fnst@cn.fujitsu.com>2018-04-26 14:08:32 +0800
committerThomas Gleixner <tglx@linutronix.de>2018-04-26 11:57:57 +0200
commit7d878817db22f64c2b2c241335ec03e4c3fd5476 (patch)
treebb09ca484d1d5e5222bbd016381569c41f38df9b /arch/x86/include/asm/irq_vectors.h
parentx86/vector: Remove the macro VECTOR_OFFSET_START (diff)
downloadlinux-dev-7d878817db22f64c2b2c241335ec03e4c3fd5476.tar.xz
linux-dev-7d878817db22f64c2b2c241335ec03e4c3fd5476.zip
x86/vector: Remove the unused macro FPU_IRQ
The macro FPU_IRQ has never been used since v3.10, So remove it. Signed-off-by: Dou Liyang <douly.fnst@cn.fujitsu.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: hpa@zytor.com Link: https://lkml.kernel.org/r/20180426060832.27312-1-douly.fnst@cn.fujitsu.com
Diffstat (limited to '')
-rw-r--r--arch/x86/include/asm/irq_vectors.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/irq_vectors.h b/arch/x86/include/asm/irq_vectors.h
index 57003074bd7a..548d90bbf919 100644
--- a/arch/x86/include/asm/irq_vectors.h
+++ b/arch/x86/include/asm/irq_vectors.h
@@ -114,8 +114,6 @@
#define FIRST_SYSTEM_VECTOR NR_VECTORS
#endif
-#define FPU_IRQ 13
-
/*
* Size the maximum number of interrupts.
*