]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/kernel/smp.c
MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0.
[linux-2.6-omap-h63xx.git] / arch / mips / kernel / smp.c
index b79ea7055ec30210a392e348bb19d6a23ddfd174..8bf88faf5afdcb5e7eca6923fa5f4d41f988880e 100644 (file)
@@ -195,12 +195,6 @@ void __init smp_prepare_cpus(unsigned int max_cpus)
 /* preload SMP state for boot cpu */
 void __devinit smp_prepare_boot_cpu(void)
 {
-       /*
-        * This assumes that bootup is always handled by the processor
-        * with the logic and physical number 0.
-        */
-       __cpu_number_map[0] = 0;
-       __cpu_logical_map[0] = 0;
        cpu_set(0, phys_cpu_present_map);
        cpu_set(0, cpu_online_map);
        cpu_set(0, cpu_callin_map);