Release 4.11 arch/x86/include/asm/irq_work.h
#ifndef _ASM_IRQ_WORK_H
#define _ASM_IRQ_WORK_H
#include <asm/cpufeature.h>
static inline bool arch_irq_work_has_interrupt(void)
{
return boot_cpu_has(X86_FEATURE_APIC);
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Frédéric Weisbecker | 11 | 73.33% | 1 | 50.00% |
Borislav Petkov | 4 | 26.67% | 1 | 50.00% |
Total | 15 | 100.00% | 2 | 100.00% |
#endif /* _ASM_IRQ_WORK_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Frédéric Weisbecker | 22 | 81.48% | 1 | 33.33% |
Borislav Petkov | 5 | 18.52% | 2 | 66.67% |
Total | 27 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.