cregit-Linux how code gets into the kernel

Release 4.14 arch/sh/include/asm/hardirq.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_SH_HARDIRQ_H

#define __ASM_SH_HARDIRQ_H

#include <linux/threads.h>
#include <linux/irq.h>

typedef struct {
	
unsigned int __softirq_pending;
	
unsigned int __nmi_count;		/* arch dependent */

} ____cacheline_aligned irq_cpustat_t;

#include <linux/irq_cpustat.h>	/* Standard mappings for irq_cpustat_t above */

extern void ack_bad_irq(unsigned int irq);

#endif /* __ASM_SH_HARDIRQ_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Paul Mundt3577.78%250.00%
Linus Torvalds (pre-git)920.00%125.00%
Greg Kroah-Hartman12.22%125.00%
Total45100.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.