aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/smpboot_64.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/smpboot_64.c')
-rw-r--r--arch/x86/kernel/smpboot_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/smpboot_64.c b/arch/x86/kernel/smpboot_64.c
index e381fe7792c4..47e654cdc92d 100644
--- a/arch/x86/kernel/smpboot_64.c
+++ b/arch/x86/kernel/smpboot_64.c
@@ -918,7 +918,7 @@ void __init smp_prepare_cpus(unsigned int max_cpus)
918/* 918/*
919 * Early setup to make printk work. 919 * Early setup to make printk work.
920 */ 920 */
921void __init smp_prepare_boot_cpu(void) 921void __init native_smp_prepare_boot_cpu(void)
922{ 922{
923 int me = smp_processor_id(); 923 int me = smp_processor_id();
924 /* already set me in cpu_online_map in boot_cpu_init() */ 924 /* already set me in cpu_online_map in boot_cpu_init() */