X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fsmpboot.c;h=e2865df242bcc734740af942834df0db867ae8f8;hb=502f4d4f74219749a9758b9bbc27fb665b2e83ab;hp=592214d99b43b6f1e3487a6e51a427bcd6ac6727;hpb=e5fea868e6c04343e501176a373d568c1c0094aa;p=deliverable%2Flinux.git diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c index 592214d99b43..e2865df242bc 100644 --- a/arch/x86/kernel/smpboot.c +++ b/arch/x86/kernel/smpboot.c @@ -1042,7 +1042,7 @@ static int __init smp_sanity_check(unsigned max_cpus) connect_bsp_APIC(); setup_local_APIC(); - end_local_APIC_setup(); + bsp_end_local_APIC_setup(); return -1; } @@ -1119,7 +1119,7 @@ void __init native_smp_prepare_cpus(unsigned int max_cpus) if (!skip_ioapic_setup && nr_ioapics) enable_IO_APIC(); - end_local_APIC_setup(); + bsp_end_local_APIC_setup(); map_cpu_to_logical_apicid();