blob: 61c852fa346b7316839b2e77d697b2f936df3912 [file] [log] [blame]
Jaswinder Singh Rajput06879032009-01-10 12:17:37 +05301#ifndef _ASM_X86_CPUMASK_H
2#define _ASM_X86_CPUMASK_H
3#ifndef __ASSEMBLY__
4#include <linux/cpumask.h>
5
Jaswinder Singh Rajput06879032009-01-10 12:17:37 +05306extern cpumask_var_t cpu_callin_mask;
Jaswinder Singh Rajputfb8fd072009-01-10 12:20:24 +05307extern cpumask_var_t cpu_callout_mask;
Jaswinder Singh Rajput493f6ca2009-01-10 12:48:22 +05308extern cpumask_var_t cpu_initialized_mask;
Jaswinder Singh Rajput52811d82009-01-10 12:58:50 +05309extern cpumask_var_t cpu_sibling_setup_mask;
Jaswinder Singh Rajput06879032009-01-10 12:17:37 +053010
Brian Gerst2f2f52b2009-01-27 12:56:47 +090011extern void setup_cpu_local_masks(void);
12
Jaswinder Singh Rajput06879032009-01-10 12:17:37 +053013#endif /* __ASSEMBLY__ */
14#endif /* _ASM_X86_CPUMASK_H */