X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fkernel%2Fmpparse.c;h=f98f4e1dba0963ddc4908074a7a16e3249703677;hb=d84705969f898f294bc3fc32eca33580f14105bd;hp=b3fb430725cb0f5c2cd5ee5da68a249cdb9854d0;hpb=d82bf490948eaf10023ff850d0b5c70e49e0ba76;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c index b3fb430725c..f98f4e1dba0 100644 --- a/arch/x86/kernel/mpparse.c +++ b/arch/x86/kernel/mpparse.c @@ -397,7 +397,9 @@ static int __init smp_read_mpc(struct mp_config_table *mpc, unsigned early) generic_bigsmp_probe(); #endif +#ifdef CONFIG_X86_32 setup_apic_routing(); +#endif if (!num_processors) printk(KERN_ERR "MPTABLE: no processors registered!\n"); return num_processors;