diff options
Diffstat (limited to 'arch/x86/kernel/smpboot_32.c')
-rw-r--r-- | arch/x86/kernel/smpboot_32.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/arch/x86/kernel/smpboot_32.c b/arch/x86/kernel/smpboot_32.c index 5a446f079b33..0fbc98163b4e 100644 --- a/arch/x86/kernel/smpboot_32.c +++ b/arch/x86/kernel/smpboot_32.c | |||
@@ -62,35 +62,8 @@ | |||
62 | /* Set if we find a B stepping CPU */ | 62 | /* Set if we find a B stepping CPU */ |
63 | static int __cpuinitdata smp_b_stepping; | 63 | static int __cpuinitdata smp_b_stepping; |
64 | 64 | ||
65 | /* Number of siblings per CPU package */ | ||
66 | int smp_num_siblings = 1; | ||
67 | EXPORT_SYMBOL(smp_num_siblings); | ||
68 | |||
69 | /* Last level cache ID of each logical CPU */ | ||
70 | DEFINE_PER_CPU(u16, cpu_llc_id) = BAD_APICID; | ||
71 | |||
72 | /* representing HT siblings of each logical CPU */ | ||
73 | DEFINE_PER_CPU(cpumask_t, cpu_sibling_map); | ||
74 | EXPORT_PER_CPU_SYMBOL(cpu_sibling_map); | ||
75 | |||
76 | /* representing HT and core siblings of each logical CPU */ | ||
77 | DEFINE_PER_CPU(cpumask_t, cpu_core_map); | ||
78 | EXPORT_PER_CPU_SYMBOL(cpu_core_map); | ||
79 | |||
80 | /* bitmap of online cpus */ | ||
81 | cpumask_t cpu_online_map __read_mostly; | ||
82 | EXPORT_SYMBOL(cpu_online_map); | ||
83 | |||
84 | cpumask_t cpu_callin_map; | ||
85 | cpumask_t cpu_callout_map; | ||
86 | cpumask_t cpu_possible_map; | ||
87 | EXPORT_SYMBOL(cpu_possible_map); | ||
88 | static cpumask_t smp_commenced_mask; | 65 | static cpumask_t smp_commenced_mask; |
89 | 66 | ||
90 | /* Per CPU bogomips and other parameters */ | ||
91 | DEFINE_PER_CPU_SHARED_ALIGNED(struct cpuinfo_x86, cpu_info); | ||
92 | EXPORT_PER_CPU_SYMBOL(cpu_info); | ||
93 | |||
94 | /* which logical CPU number maps to which CPU (physical APIC ID) */ | 67 | /* which logical CPU number maps to which CPU (physical APIC ID) */ |
95 | u16 x86_cpu_to_apicid_init[NR_CPUS] __initdata = | 68 | u16 x86_cpu_to_apicid_init[NR_CPUS] __initdata = |
96 | { [0 ... NR_CPUS-1] = BAD_APICID }; | 69 | { [0 ... NR_CPUS-1] = BAD_APICID }; |