aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAravind Gopalakrishnan <[email protected]>2015-05-06 06:58:57 -0500
committerBorislav Petkov <[email protected]>2015-05-07 10:28:43 +0200
commit5c0d728e1a8ccbaf68ec37181e466627ba0a6efc (patch)
tree812ec64f5d16e2863106bbdfa7feb682c8610791
parent24fd78a81f6d3fe7f7a440c8629f9c52cd5f830e (diff)
x86/irq: Cleanup ordering of vector numbers
Sort vector number assignments in proper descending order. No functional change. Signed-off-by: Aravind Gopalakrishnan <[email protected]> Cc: Tony Luck <[email protected]> Cc: x86-ml <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Borislav Petkov <[email protected]>
-rw-r--r--arch/x86/include/asm/irq_vectors.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/x86/include/asm/irq_vectors.h b/arch/x86/include/asm/irq_vectors.h
index 026fc1e1599c..8900ba444ad7 100644
--- a/arch/x86/include/asm/irq_vectors.h
+++ b/arch/x86/include/asm/irq_vectors.h
@@ -102,11 +102,6 @@
*/
#define X86_PLATFORM_IPI_VECTOR 0xf7
-/* Vector for KVM to deliver posted interrupt IPI */
-#ifdef CONFIG_HAVE_KVM
-#define POSTED_INTR_VECTOR 0xf2
-#endif
-
/*
* IRQ work vector:
*/
@@ -118,6 +113,11 @@
/* Vector on which hypervisor callbacks will be delivered */
#define HYPERVISOR_CALLBACK_VECTOR 0xf3
+/* Vector for KVM to deliver posted interrupt IPI */
+#ifdef CONFIG_HAVE_KVM
+#define POSTED_INTR_VECTOR 0xf2
+#endif
+
/*
* Local APIC timer IRQ vector is on a different priority level,
* to work around the 'lost local interrupt if more than 2 IRQ