diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index e90b3e50b54f..bc7e220ba0b4 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -905,18 +905,6 @@ do_rest: | |||
905 | return boot_error; | 905 | return boot_error; |
906 | } | 906 | } |
907 | 907 | ||
908 | #ifdef CONFIG_X86_64 | ||
909 | int default_cpu_present_to_apicid(int mps_cpu) | ||
910 | { | ||
911 | return __default_cpu_present_to_apicid(mps_cpu); | ||
912 | } | ||
913 | |||
914 | int default_check_phys_apicid_present(int boot_cpu_physical_apicid) | ||
915 | { | ||
916 | return __default_check_phys_apicid_present(boot_cpu_physical_apicid); | ||
917 | } | ||
918 | #endif | ||
919 | |||
920 | int __cpuinit native_cpu_up(unsigned int cpu) | 908 | int __cpuinit native_cpu_up(unsigned int cpu) |
921 | { | 909 | { |
922 | int apicid = apic->cpu_present_to_apicid(cpu); | 910 | int apicid = apic->cpu_present_to_apicid(cpu); |