Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

perf beauty: Update the arch/x86/include/asm/irq_vectors.h copy with the kernel sources

To pick up the change in:

a1fab3e69d9d0e9b ("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
+1
tools/perf/trace/beauty/arch/x86/include/asm/irq_vectors.h
··· 77 77 */ 78 78 #define IRQ_WORK_VECTOR 0xf6 79 79 80 + /* IRQ vector for PMIs when running a guest with a mediated PMU. */ 80 81 #define PERF_GUEST_MEDIATED_PMI_VECTOR 0xf5 81 82 82 83 #define DEFERRED_ERROR_VECTOR 0xf4