cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/include/asm/irq_work.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_IRQ_WORK_H

#define _ASM_IRQ_WORK_H

#include <asm/cpufeature.h>

#ifdef CONFIG_X86_LOCAL_APIC

static inline bool arch_irq_work_has_interrupt(void) { return boot_cpu_has(X86_FEATURE_APIC); }

Contributors

PersonTokensPropCommitsCommitProp
Frédéric Weisbecker1173.33%150.00%
Borislav Petkov426.67%150.00%
Total15100.00%2100.00%

extern void arch_irq_work_raise(void); #else
static inline bool arch_irq_work_has_interrupt(void) { return false; }

Contributors

PersonTokensPropCommitsCommitProp
Thomas Gleixner12100.00%1100.00%
Total12100.00%1100.00%

#endif #endif /* _ASM_IRQ_WORK_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Thomas Gleixner2648.15%120.00%
Frédéric Weisbecker2240.74%120.00%
Borislav Petkov59.26%240.00%
Greg Kroah-Hartman11.85%120.00%
Total54100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.