diff options
Diffstat (limited to 'arch/i386/kernel/smpboot.c')
-rw-r--r-- | arch/i386/kernel/smpboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/i386/kernel/smpboot.c b/arch/i386/kernel/smpboot.c index 42502d820e4f..5a00b07e7194 100644 --- a/arch/i386/kernel/smpboot.c +++ b/arch/i386/kernel/smpboot.c | |||
@@ -554,7 +554,7 @@ static void __cpuinit start_secondary(void *unused) | |||
554 | smp_callin(); | 554 | smp_callin(); |
555 | while (!cpu_isset(smp_processor_id(), smp_commenced_mask)) | 555 | while (!cpu_isset(smp_processor_id(), smp_commenced_mask)) |
556 | rep_nop(); | 556 | rep_nop(); |
557 | setup_secondary_APIC_clock(); | 557 | setup_secondary_clock(); |
558 | if (nmi_watchdog == NMI_IO_APIC) { | 558 | if (nmi_watchdog == NMI_IO_APIC) { |
559 | disable_8259A_irq(0); | 559 | disable_8259A_irq(0); |
560 | enable_NMI_through_LVT0(NULL); | 560 | enable_NMI_through_LVT0(NULL); |
@@ -1331,7 +1331,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus) | |||
1331 | 1331 | ||
1332 | smpboot_setup_io_apic(); | 1332 | smpboot_setup_io_apic(); |
1333 | 1333 | ||
1334 | setup_boot_APIC_clock(); | 1334 | setup_boot_clock(); |
1335 | 1335 | ||
1336 | /* | 1336 | /* |
1337 | * Synchronize the TSC with the AP | 1337 | * Synchronize the TSC with the AP |