aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/mpparse.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/mpparse.c')
-rw-r--r--arch/x86/kernel/mpparse.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c
index b4a950da2f97..7591325e616d 100644
--- a/arch/x86/kernel/mpparse.c
+++ b/arch/x86/kernel/mpparse.c
@@ -473,6 +473,11 @@ static int __init smp_read_mpc(struct mp_config_table *mpc, unsigned early)
473 ++mpc_record; 473 ++mpc_record;
474#endif 474#endif
475 } 475 }
476
477#ifdef CONFIG_X86_GENERICARCH
478 generic_bigsmp_probe();
479#endif
480
476 setup_apic_routing(); 481 setup_apic_routing();
477 if (!num_processors) 482 if (!num_processors)
478 printk(KERN_ERR "MPTABLE: no processors registered!\n"); 483 printk(KERN_ERR "MPTABLE: no processors registered!\n");