cregit-Linux how code gets into the kernel

Release 4.10 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

PersonTokensPropCommitsCommitProp
frederic weisbeckerfrederic weisbecker1173.33%150.00%
borislav petkovborislav petkov426.67%150.00%
Total15100.00%2100.00%

#endif /* _ASM_IRQ_WORK_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
frederic weisbeckerfrederic weisbecker2281.48%133.33%
borislav petkovborislav petkov518.52%266.67%
Total27100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.