Release 4.14 arch/cris/include/asm/irq.h
/* SPDX-License-Identifier: GPL-2.0 */
#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 | 42.31% | 1 | 20.00% |
Mikael Starvik | 11 | 42.31% | 1 | 20.00% |
Adrian Bunk | 2 | 7.69% | 1 | 20.00% |
Greg Kroah-Hartman | 1 | 3.85% | 1 | 20.00% |
Jesper Nilsson | 1 | 3.85% | 1 | 20.00% |
Total | 26 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.