x86: move disabled_cpus to smpboot.c
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
committed by
Ingo Molnar
parent
2bb9e9d7c1
commit
53c4c793b3
@@ -69,9 +69,8 @@ unsigned int boot_cpu_physical_apicid = -1U;
|
|||||||
/* Make it easy to share the UP and SMP code: */
|
/* Make it easy to share the UP and SMP code: */
|
||||||
#ifndef CONFIG_X86_SMP
|
#ifndef CONFIG_X86_SMP
|
||||||
unsigned int num_processors;
|
unsigned int num_processors;
|
||||||
#endif
|
|
||||||
|
|
||||||
unsigned disabled_cpus __cpuinitdata;
|
unsigned disabled_cpus __cpuinitdata;
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Make it easy to share the UP and SMP code: */
|
/* Make it easy to share the UP and SMP code: */
|
||||||
#ifndef CONFIG_X86_SMP
|
#ifndef CONFIG_X86_SMP
|
||||||
|
@@ -88,6 +88,7 @@ EXPORT_PER_CPU_SYMBOL(x86_bios_cpu_apicid);
|
|||||||
|
|
||||||
/* Internal processor count */
|
/* Internal processor count */
|
||||||
unsigned int num_processors;
|
unsigned int num_processors;
|
||||||
|
unsigned disabled_cpus __cpuinitdata;
|
||||||
|
|
||||||
/* Bitmask of physically existing CPUs */
|
/* Bitmask of physically existing CPUs */
|
||||||
physid_mask_t phys_cpu_present_map;
|
physid_mask_t phys_cpu_present_map;
|
||||||
|
Reference in New Issue
Block a user