/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _ASM_X86_IRQ_H #define _ASM_X86_IRQ_H /* * (C) 1992, 1993 Linus Torvalds, (C) 1997 Ingo Molnar * * IRQ/IPI changes taken from work by Thomas Radke * <tomsoft@informatik.tu-chemnitz.de> */ #include <asm/apicdef.h> #include <asm/irq_vectors.h>
static inline int irq_canonicalize(int irq) { return ((irq == 2) ? 9 : irq); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
Thomas Gleixner | 23 | 100.00% | 1 | 100.00% |
Total | 23 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
Thomas Gleixner | 92 | 50.55% | 5 | 25.00% |
Jeremy Fitzhardinge | 22 | 12.09% | 2 | 10.00% |
Feng Wu | 19 | 10.44% | 1 | 5.00% |
Michel Lespinasse | 11 | 6.04% | 1 | 5.00% |
Dimitri Sivanich | 10 | 5.49% | 2 | 10.00% |
Chris Metcalf | 10 | 5.49% | 1 | 5.00% |
Prarit Bhargava | 7 | 3.85% | 1 | 5.00% |
H. Peter Anvin | 3 | 1.65% | 1 | 5.00% |
Christoph Hellwig | 3 | 1.65% | 1 | 5.00% |
Andi Kleen | 1 | 0.55% | 1 | 5.00% |
Aaron Tomlin | 1 | 0.55% | 1 | 5.00% |
Yinghai Lu | 1 | 0.55% | 1 | 5.00% |
Mike Travis | 1 | 0.55% | 1 | 5.00% |
Greg Kroah-Hartman | 1 | 0.55% | 1 | 5.00% |
Total | 182 | 100.00% | 20 | 100.00% |