Skip to content

Commit 3abbb7c

Browse files
committed
perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sources
To pick up the change in: a1fab3e ("x86/irq: Fix comment on IRQ vector layout") That just adds one comment, so no changes in perf tooling, just silences this build warning: diff -u tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h arch/x86/include/asm/irq_vectors.h Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent e367679 commit 3abbb7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
*/
7878
#define IRQ_WORK_VECTOR 0xf6
7979

80+
/* IRQ vector for PMIs when running a guest with a mediated PMU. */
8081
#define PERF_GUEST_MEDIATED_PMI_VECTOR 0xf5
8182

8283
#define DEFERRED_ERROR_VECTOR 0xf4

0 commit comments

Comments
 (0)