]> Git Repo - linux.git/commitdiff
x86/vector: Remove the unused macro FPU_IRQ
authorDou Liyang <[email protected]>
Thu, 26 Apr 2018 06:08:32 +0000 (14:08 +0800)
committerThomas Gleixner <[email protected]>
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 <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/include/asm/irq_vectors.h

index 57003074bd7a8e01b6de2b1e935de80b64ff24d5..548d90bbf919e8d75f9983a2cb97235637708bd8 100644 (file)
 #define FIRST_SYSTEM_VECTOR            NR_VECTORS
 #endif
 
-#define FPU_IRQ                                  13
-
 /*
  * Size the maximum number of interrupts.
  *
This page took 0.048243 seconds and 4 git commands to generate.