#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 | 94.53% | 2 | 66.67% |
Markos Chandras | 7 | 5.47% | 1 | 33.33% |
Total | 128 | 100.00% | 3 | 100.00% |