x86: mpparse, move boot cpu physical apicid to apic_32.c, fix
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
837e0e7a7f
commit
fae9811b77
@ -65,8 +65,10 @@ int pic_mode;
|
|||||||
#ifndef CONFIG_X86_SMP
|
#ifndef CONFIG_X86_SMP
|
||||||
unsigned int num_processors;
|
unsigned int num_processors;
|
||||||
unsigned disabled_cpus __cpuinitdata;
|
unsigned disabled_cpus __cpuinitdata;
|
||||||
|
#ifndef CONFIG_X86_LOCAL_APIC
|
||||||
unsigned int boot_cpu_physical_apicid = -1U;
|
unsigned int boot_cpu_physical_apicid = -1U;
|
||||||
#endif
|
#endif
|
||||||
|
#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
|
||||||
|
Loading…
Reference in New Issue
Block a user