cregit-Linux how code gets into the kernel

Release 4.15 arch/arm/include/asm/hw_irq.h

/* SPDX-License-Identifier: GPL-2.0 */
/*
 * 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 King1846.15%120.00%
Thomas Gleixner1333.33%240.00%
Dmitry Baryshkov717.95%120.00%
Greg Kroah-Hartman12.56%120.00%
Total39100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.