Move source tree closer to the 2.6.32.17 mainline
/arch/x86/kernel/mpparse.c
blob:5be95ef4ffec6baa9bd390119d389dceb94793ad -> blob:e07bc4ef282912f3747d94a9402f911dd80198b2
--- arch/x86/kernel/mpparse.c
+++ arch/x86/kernel/mpparse.c
@@ -359,13 +359,6 @@ static int __init smp_read_mpc(struct mp
x86_init.mpparse.mpc_record(1);
}
-#ifdef CONFIG_X86_BIGSMP
- generic_bigsmp_probe();
-#endif
-
- if (apic->setup_apic_routing)
- apic->setup_apic_routing();
-
if (!num_processors)
printk(KERN_ERR "MPTABLE: no processors registered!\n");
return num_processors;