Release 4.11 arch/x86/include/asm/cpumask.h
#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
Person | Tokens | Prop | Commits | CommitProp |
Jaswinder Singh Rajput | 34 | 82.93% | 4 | 80.00% |
Brian Gerst | 7 | 17.07% | 1 | 20.00% |
Total | 41 | 100.00% | 5 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.