#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 | thomas gleixner | 23 | 100.00% | 1 | 100.00% |
Total | 23 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
thomas gleixner | thomas gleixner | 103 | 50.00% | 5 | 25.00% |
jeremy fitzhardinge | jeremy fitzhardinge | 22 | 10.68% | 2 | 10.00% |
feng wu | feng wu | 19 | 9.22% | 1 | 5.00% |
michel lespinasse | michel lespinasse | 11 | 5.34% | 1 | 5.00% |
dimitri sivanich | dimitri sivanich | 10 | 4.85% | 2 | 10.00% |
chris metcalf | chris metcalf | 10 | 4.85% | 1 | 5.00% |
yinghai lu | yinghai lu | 9 | 4.37% | 1 | 5.00% |
prarit bhargava | prarit bhargava | 7 | 3.40% | 1 | 5.00% |
suresh siddha | suresh siddha | 6 | 2.91% | 1 | 5.00% |
h. peter anvin | h. peter anvin | 3 | 1.46% | 1 | 5.00% |
christoph hellwig | christoph hellwig | 3 | 1.46% | 1 | 5.00% |
andi kleen | andi kleen | 1 | 0.49% | 1 | 5.00% |
aaron tomlin | aaron tomlin | 1 | 0.49% | 1 | 5.00% |
mike travis | mike travis | 1 | 0.49% | 1 | 5.00% |
Total | 206 | 100.00% | 20 | 100.00% |