Skip to content

Commit 978f2a6

Browse files
committed
tools/include: Sync x86 asm/irq_vectors.h with the kernel sources
To pick up the changes from: 0cbca1b ("x86: irq: unconditionally define KVM interrupt vectors") This should address these tools/perf build warnings: Warning: Kernel ABI header differences: diff -u tools/arch/x86/include/asm/irq_vectors.h arch/x86/include/asm/irq_vectors.h Cc: Thomas Gleixner <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Dave Hansen <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: [email protected] Signed-off-by: Namhyung Kim <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 58e1b92 commit 978f2a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/arch/x86/include/asm/irq_vectors.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,9 @@
8484
#define HYPERVISOR_CALLBACK_VECTOR 0xf3
8585

8686
/* Vector for KVM to deliver posted interrupt IPI */
87-
#if IS_ENABLED(CONFIG_KVM)
8887
#define POSTED_INTR_VECTOR 0xf2
8988
#define POSTED_INTR_WAKEUP_VECTOR 0xf1
9089
#define POSTED_INTR_NESTED_VECTOR 0xf0
91-
#endif
9290

9391
#define MANAGED_IRQ_SHUTDOWN_VECTOR 0xef
9492

0 commit comments

Comments
 (0)