x86: replace CONFIG_HAVE_KVM with IS_ENABLED(CONFIG_KVM)
[linux-2.6-microblaze.git] / tools / arch / x86 / include / asm / irq_vectors.h
index 3a19904..3f73ac3 100644 (file)
@@ -84,7 +84,7 @@
 #define HYPERVISOR_CALLBACK_VECTOR     0xf3
 
 /* Vector for KVM to deliver posted interrupt IPI */
-#ifdef CONFIG_HAVE_KVM
+#if IS_ENABLED(CONFIG_KVM)
 #define POSTED_INTR_VECTOR             0xf2
 #define POSTED_INTR_WAKEUP_VECTOR      0xf1
 #define POSTED_INTR_NESTED_VECTOR      0xf0