Skip to content

Commit c94cd95

Browse files
committed
perf trace 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 some comments, 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 Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Ian Rogers <irogers@google.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Kan Liang <kan.liang@linux.intel.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Sohil Mehta <sohil.mehta@intel.com> Cc: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/lkml/ZvrKT7oQc1AOv6Vk@x1 Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 744a6a1 commit c94cd95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
* Vectors 0 ... 31 : system traps and exceptions - hardcoded events
1919
* Vectors 32 ... 127 : device interrupts
2020
* Vector 128 : legacy int80 syscall interface
21-
* Vectors 129 ... LOCAL_TIMER_VECTOR-1
22-
* Vectors LOCAL_TIMER_VECTOR ... 255 : special interrupts
21+
* Vectors 129 ... FIRST_SYSTEM_VECTOR-1 : device interrupts
22+
* Vectors FIRST_SYSTEM_VECTOR ... 255 : special interrupts
2323
*
2424
* 64-bit x86 has per CPU IDT tables, 32-bit has one shared IDT table.
2525
*

0 commit comments

Comments
 (0)