projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e307280
)
x86/vector: Remove the unused macro FPU_IRQ
author
Dou Liyang
<douly.fnst@cn.fujitsu.com>
Thu, 26 Apr 2018 06:08:32 +0000
(14:08 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Thu, 26 Apr 2018 09:57:57 +0000
(11:57 +0200)
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
arch/x86/include/asm/irq_vectors.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/irq_vectors.h
b/arch/x86/include/asm/irq_vectors.h
index
5700307
..
548d90b
100644
(file)
--- 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.
*