Release 4.11 arch/cris/include/asm/irq.h
#ifndef _ASM_IRQ_H
#define _ASM_IRQ_H
#include <arch/irq.h>
static inline int irq_canonicalize(int irq)
{
return irq;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Mikael Starvik | 11 | 84.62% | 1 | 50.00% |
Adrian Bunk | 2 | 15.38% | 1 | 50.00% |
Total | 13 | 100.00% | 2 | 100.00% |
#endif /* _ASM_IRQ_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Linus Torvalds | 11 | 44.00% | 1 | 25.00% |
Mikael Starvik | 11 | 44.00% | 1 | 25.00% |
Adrian Bunk | 2 | 8.00% | 1 | 25.00% |
Jesper Nilsson | 1 | 4.00% | 1 | 25.00% |
Total | 25 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.