|
@@ -79,7 +79,6 @@ EXPORT_EARLY_PER_CPU_SYMBOL(x86_bios_cpu_apicid);
|
|
|
|
|
|
#ifdef CONFIG_X86_32
|
|
|
|
|
|
-#ifdef CONFIG_SMP
|
|
|
/*
|
|
|
* On x86_32, the mapping between cpu and logical apicid may vary
|
|
|
* depending on apic in use. The following early percpu variable is
|
|
@@ -87,7 +86,6 @@ EXPORT_EARLY_PER_CPU_SYMBOL(x86_bios_cpu_apicid);
|
|
|
* actually diverge. Let's keep it ugly for now.
|
|
|
*/
|
|
|
DEFINE_EARLY_PER_CPU(int, x86_cpu_to_logical_apicid, BAD_APICID);
|
|
|
-#endif
|
|
|
|
|
|
/*
|
|
|
* Knob to control our willingness to enable the local APIC.
|