#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 | 103 | 50.00% | 5 | 25.00% |
| Jeremy Fitzhardinge | 22 | 10.68% | 2 | 10.00% |
| Feng Wu | 19 | 9.22% | 1 | 5.00% |
| Michel Lespinasse | 11 | 5.34% | 1 | 5.00% |
| Chris Metcalf | 10 | 4.85% | 1 | 5.00% |
| Dimitri Sivanich | 10 | 4.85% | 2 | 10.00% |
| Yinghai Lu | 9 | 4.37% | 1 | 5.00% |
| Prarit Bhargava | 7 | 3.40% | 1 | 5.00% |
| Suresh B. Siddha | 6 | 2.91% | 1 | 5.00% |
| Christoph Hellwig | 3 | 1.46% | 1 | 5.00% |
| H. Peter Anvin | 3 | 1.46% | 1 | 5.00% |
| Andi Kleen | 1 | 0.49% | 1 | 5.00% |
| Mike Travis | 1 | 0.49% | 1 | 5.00% |
| Aaron Tomlin | 1 | 0.49% | 1 | 5.00% |
| Total | 206 | 100.00% | 20 | 100.00% |