cregit-Linux how code gets into the kernel

Release 4.14 arch/arm64/include/asm/irq.h

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

#define __ASM_IRQ_H

#ifndef __ASSEMBLER__

#include <asm-generic/irq.h>

struct pt_regs;

extern void set_handle_irq(void (*handle_irq)(struct pt_regs *));


static inline int nr_legacy_irqs(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Boris Ostrovsky12100.00%1100.00%
Total12100.00%1100.00%

#endif /* !__ASSEMBLER__ */ #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Catalin Marinas1428.57%116.67%
Boris Ostrovsky1224.49%116.67%
Marc Zyngier1122.45%116.67%
AKASHI Takahiro816.33%116.67%
Chunyan Zhang36.12%116.67%
Greg Kroah-Hartman12.04%116.67%
Total49100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.