diff options
Diffstat (limited to 'arch/x86/include/asm/smp.h')
-rw-r--r-- | arch/x86/include/asm/smp.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/include/asm/smp.h b/arch/x86/include/asm/smp.h index 17a8dced12da..222a6a3ca2b5 100644 --- a/arch/x86/include/asm/smp.h +++ b/arch/x86/include/asm/smp.h | |||
@@ -37,16 +37,6 @@ DECLARE_PER_CPU_READ_MOSTLY(cpumask_var_t, cpu_llc_shared_map); | |||
37 | DECLARE_PER_CPU_READ_MOSTLY(u16, cpu_llc_id); | 37 | DECLARE_PER_CPU_READ_MOSTLY(u16, cpu_llc_id); |
38 | DECLARE_PER_CPU_READ_MOSTLY(int, cpu_number); | 38 | DECLARE_PER_CPU_READ_MOSTLY(int, cpu_number); |
39 | 39 | ||
40 | static inline struct cpumask *cpu_sibling_mask(int cpu) | ||
41 | { | ||
42 | return per_cpu(cpu_sibling_map, cpu); | ||
43 | } | ||
44 | |||
45 | static inline struct cpumask *cpu_core_mask(int cpu) | ||
46 | { | ||
47 | return per_cpu(cpu_core_map, cpu); | ||
48 | } | ||
49 | |||
50 | static inline struct cpumask *cpu_llc_shared_mask(int cpu) | 40 | static inline struct cpumask *cpu_llc_shared_mask(int cpu) |
51 | { | 41 | { |
52 | return per_cpu(cpu_llc_shared_map, cpu); | 42 | return per_cpu(cpu_llc_shared_map, cpu); |