Release 4.18 arch/powerpc/include/asm/irq_work.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_POWERPC_IRQ_WORK_H
#define _ASM_POWERPC_IRQ_WORK_H
static inline bool arch_irq_work_has_interrupt(void)
{
return true;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul A. Clarke | 12 | 100.00% | 1 | 100.00% |
Total | 12 | 100.00% | 1 | 100.00% |
extern void arch_irq_work_raise(void);
#endif /* _ASM_POWERPC_IRQ_WORK_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Paul A. Clarke | 21 | 72.41% | 1 | 33.33% |
Mathieu Malaterre | 7 | 24.14% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 3.45% | 1 | 33.33% |
Total | 29 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.