From: Ralf Baechle Date: Tue, 28 Oct 2008 10:03:57 +0000 (+0000) Subject: MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0. X-Git-Tag: v2.6.28-rc3~36^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076c6e4f4d81113615f50e5bc2c569f628bcd54a;p=pandora-kernel.git MIPS: SMP: Do not initialize __cpu_number_map/__cpu_logical_map for CPU 0. A system isn't necessarily booted on physical processor 0 as this code assumes. Also the array happens to be allocated in .bss so it's zero initialized anyway. Systems which need to override this can do so in their mp_ops->smp_setup() method. Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed