cregit-Linux how code gets into the kernel

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

PersonTokensPropCommitsCommitProp
Russell King1872.00%150.00%
Dmitry Baryshkov728.00%150.00%
Total25100.00%2100.00%

#define ARCH_IRQ_INIT_FLAGS (IRQ_NOREQUEST | IRQ_NOPROBE) #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Russell King1847.37%125.00%
Thomas Gleixner1334.21%250.00%
Dmitry Baryshkov718.42%125.00%
Total38100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.