/* 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
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 9 | 100.00% | 2 | 100.00% |
Total | 9 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 9 | 100.00% | 2 | 100.00% |
Total | 9 | 100.00% | 2 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
James Hogan | 121 | 93.80% | 2 | 50.00% |
Markos Chandras | 7 | 5.43% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 0.78% | 1 | 25.00% |
Total | 129 | 100.00% | 4 | 100.00% |