cregit-Linux how code gets into the kernel

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

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

#define __ASM_METAG_IRQ_H

#ifdef CONFIG_4KSTACKS
extern void irq_ctx_init(int cpu);
extern void irq_ctx_exit(int cpu);

# define __ARCH_HAS_DO_SOFTIRQ
#else

static inline void irq_ctx_init(int cpu) { }

Contributors

PersonTokensPropCommitsCommitProp
James Hogan9100.00%2100.00%
Total9100.00%2100.00%


static inline void irq_ctx_exit(int cpu) { }

Contributors

PersonTokensPropCommitsCommitProp
James Hogan9100.00%2100.00%
Total9100.00%2100.00%

#endif void tbi_startup_interrupt(int); void tbi_shutdown_interrupt(int); struct pt_regs; int tbisig_map(unsigned int hw); extern void do_IRQ(int irq, struct pt_regs *regs); extern void init_IRQ(void); #ifdef CONFIG_METAG_SUSPEND_MEM int traps_save_context(void); int traps_restore_context(void); #endif #include <asm-generic/irq.h> #ifdef CONFIG_HOTPLUG_CPU extern void migrate_irqs(void); #endif #endif /* __ASM_METAG_IRQ_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
James Hogan12193.80%250.00%
Markos Chandras75.43%125.00%
Greg Kroah-Hartman10.78%125.00%
Total129100.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.