GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / x86 / include / asm / cpumask.h
blob61c852fa346b7316839b2e77d697b2f936df3912
1 #ifndef _ASM_X86_CPUMASK_H
2 #define _ASM_X86_CPUMASK_H
3 #ifndef __ASSEMBLY__
4 #include <linux/cpumask.h>
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;
11 extern void setup_cpu_local_masks(void);
13 #endif /* __ASSEMBLY__ */
14 #endif /* _ASM_X86_CPUMASK_H */