cregit-Linux how code gets into the kernel

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

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

#define _ASM_X86_CPUMASK_H
#ifndef __ASSEMBLY__
#include <linux/cpumask.h>

extern cpumask_var_t cpu_callin_mask;
extern cpumask_var_t cpu_callout_mask;
extern cpumask_var_t cpu_initialized_mask;
extern cpumask_var_t cpu_sibling_setup_mask;

extern void setup_cpu_local_masks(void);

#endif /* __ASSEMBLY__ */
#endif /* _ASM_X86_CPUMASK_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Jaswinder Singh Rajput3480.95%466.67%
Brian Gerst716.67%116.67%
Greg Kroah-Hartman12.38%116.67%
Total42100.00%6100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.