diff options
Diffstat (limited to 'arch/x86/include/asm/cpumask.h')
-rw-r--r-- | arch/x86/include/asm/cpumask.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cpumask.h b/arch/x86/include/asm/cpumask.h new file mode 100644 index 00000000000..61c852fa346 --- /dev/null +++ b/arch/x86/include/asm/cpumask.h | |||
@@ -0,0 +1,14 @@ | |||
1 | #ifndef _ASM_X86_CPUMASK_H | ||
2 | #define _ASM_X86_CPUMASK_H | ||
3 | #ifndef __ASSEMBLY__ | ||
4 | #include <linux/cpumask.h> | ||
5 | |||
6 | extern cpumask_var_t cpu_callin_mask; | ||
7 | extern cpumask_var_t cpu_callout_mask; | ||
8 | extern cpumask_var_t cpu_initialized_mask; | ||
9 | extern cpumask_var_t cpu_sibling_setup_mask; | ||
10 | |||
11 | extern void setup_cpu_local_masks(void); | ||
12 | |||
13 | #endif /* __ASSEMBLY__ */ | ||
14 | #endif /* _ASM_X86_CPUMASK_H */ | ||