diff options
Diffstat (limited to 'arch/x86/kernel/smpboot.c')
-rw-r--r-- | arch/x86/kernel/smpboot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 1fdc1a7e7b56..3fed177f3457 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c | |||
@@ -750,7 +750,7 @@ static int __cpuinit do_boot_cpu(int apicid, int cpu) | |||
750 | /* | 750 | /* |
751 | * NOTE - on most systems this is a PHYSICAL apic ID, but on multiquad | 751 | * NOTE - on most systems this is a PHYSICAL apic ID, but on multiquad |
752 | * (ie clustered apic addressing mode), this is a LOGICAL apic ID. | 752 | * (ie clustered apic addressing mode), this is a LOGICAL apic ID. |
753 | * Returns zero if CPU booted OK, else error code from wakeup_secondary_cpu. | 753 | * Returns zero if CPU booted OK, else error code from ->wakeup_cpu. |
754 | */ | 754 | */ |
755 | { | 755 | { |
756 | unsigned long boot_error = 0; | 756 | unsigned long boot_error = 0; |
@@ -841,7 +841,7 @@ do_rest: | |||
841 | /* | 841 | /* |
842 | * Starting actual IPI sequence... | 842 | * Starting actual IPI sequence... |
843 | */ | 843 | */ |
844 | boot_error = wakeup_secondary_cpu(apicid, start_ip); | 844 | boot_error = apic->wakeup_cpu(apicid, start_ip); |
845 | 845 | ||
846 | if (!boot_error) { | 846 | if (!boot_error) { |
847 | /* | 847 | /* |