Skip to content

Commit 0f10bab

Browse files
committed
tools headers UAPI: sync asm/irq_vectors.h with kernel
JIRA: https://issues.redhat.com/browse/RHEL-29796 Upstream Status: RHEL only description =========== Upstream, when there is a change in a header file from the specific set of headers (listed in tools/perf/check-headers.sh), it is accompanied by a commit that brings the same change into its counterpart located in tools/include. Usually several changes are squashed together. We cannot easily follow this strategy, since we not always take all the commits squashed together. In order to tidy tools/include up, we need to sync the headers manually. Signed-off-by: Michael Petlan <mpetlan@redhat.com>
1 parent 4022019 commit 0f10bab

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@
3535
*/
3636
#define FIRST_EXTERNAL_VECTOR 0x20
3737

38-
/*
39-
* Reserve the lowest usable vector (and hence lowest priority) 0x20 for
40-
* triggering cleanup after irq migration. 0x21-0x2f will still be used
41-
* for device interrupts.
42-
*/
43-
#define IRQ_MOVE_CLEANUP_VECTOR FIRST_EXTERNAL_VECTOR
44-
4538
#define IA32_SYSCALL_VECTOR 0x80
4639

4740
/*

0 commit comments

Comments
 (0)