Blame view

arch/x86/include/asm/cpumask.h 369 Bytes
068790334   Jaswinder Singh Rajput   x86: smp.h move c...
1
2
3
4
  #ifndef _ASM_X86_CPUMASK_H
  #define _ASM_X86_CPUMASK_H
  #ifndef __ASSEMBLY__
  #include <linux/cpumask.h>
068790334   Jaswinder Singh Rajput   x86: smp.h move c...
5
  extern cpumask_var_t cpu_callin_mask;
fb8fd077f   Jaswinder Singh Rajput   x86: smp.h move c...
6
  extern cpumask_var_t cpu_callout_mask;
493f6ca54   Jaswinder Singh Rajput   x86: smp.h move c...
7
  extern cpumask_var_t cpu_initialized_mask;
52811d8c9   Jaswinder Singh Rajput   x86: smp.h move c...
8
  extern cpumask_var_t cpu_sibling_setup_mask;
068790334   Jaswinder Singh Rajput   x86: smp.h move c...
9

2f2f52bad   Brian Gerst   x86: move setup_c...
10
  extern void setup_cpu_local_masks(void);
068790334   Jaswinder Singh Rajput   x86: smp.h move c...
11
12
  #endif /* __ASSEMBLY__ */
  #endif /* _ASM_X86_CPUMASK_H */