diff options
Diffstat (limited to 'arch/x86/kernel/smpboot_64.c')
-rw-r--r-- | arch/x86/kernel/smpboot_64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c index c3f2736ba530..cb73c4da87fc 100644 --- a/arch/x86/kernel/smpboot_64.c +++ b/arch/x86/kernel/smpboot_64.c | |||
@@ -369,7 +369,7 @@ void __cpuinit start_secondary(void) | |||
369 | 369 | ||
370 | unlock_ipi_call_lock(); | 370 | unlock_ipi_call_lock(); |
371 | 371 | ||
372 | setup_secondary_APIC_clock(); | 372 | setup_secondary_clock(); |
373 | 373 | ||
374 | cpu_idle(); | 374 | cpu_idle(); |
375 | } | 375 | } |
@@ -923,7 +923,7 @@ void __init smp_prepare_cpus(unsigned int max_cpus) | |||
923 | * Set up local APIC timer on boot CPU. | 923 | * Set up local APIC timer on boot CPU. |
924 | */ | 924 | */ |
925 | 925 | ||
926 | setup_boot_APIC_clock(); | 926 | setup_boot_clock(); |
927 | } | 927 | } |
928 | 928 | ||
929 | /* | 929 | /* |