|
@@ -905,18 +905,6 @@ do_rest:
|
|
return boot_error;
|
|
return boot_error;
|
|
}
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_X86_64
|
|
|
|
-int default_cpu_present_to_apicid(int mps_cpu)
|
|
|
|
-{
|
|
|
|
- return __default_cpu_present_to_apicid(mps_cpu);
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-int default_check_phys_apicid_present(int boot_cpu_physical_apicid)
|
|
|
|
-{
|
|
|
|
- return __default_check_phys_apicid_present(boot_cpu_physical_apicid);
|
|
|
|
-}
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
int __cpuinit native_cpu_up(unsigned int cpu)
|
|
int __cpuinit native_cpu_up(unsigned int cpu)
|
|
{
|
|
{
|
|
int apicid = apic->cpu_present_to_apicid(cpu);
|
|
int apicid = apic->cpu_present_to_apicid(cpu);
|