Release 4.11 arch/arm/include/asm/hw_irq.h
/*
* Nothing to see here yet
*/
#ifndef _ARCH_ARM_HW_IRQ_H
#define _ARCH_ARM_HW_IRQ_H
static inline void ack_bad_irq(int irq)
{
extern unsigned long irq_err_count;
irq_err_count++;
pr_crit("unexpected IRQ trap at vector %02x\n", irq);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 18 | 72.00% | 1 | 50.00% |
Dmitry Baryshkov | 7 | 28.00% | 1 | 50.00% |
Total | 25 | 100.00% | 2 | 100.00% |
#define ARCH_IRQ_INIT_FLAGS (IRQ_NOREQUEST | IRQ_NOPROBE)
#endif
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Russell King | 18 | 47.37% | 1 | 25.00% |
Thomas Gleixner | 13 | 34.21% | 2 | 50.00% |
Dmitry Baryshkov | 7 | 18.42% | 1 | 25.00% |
Total | 38 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.