From: Milton Miller Date: Tue, 10 May 2011 19:28:55 +0000 (+0000) Subject: powerpc: Call no-longer static setup_nr_cpu_ids instead of replicating it X-Git-Tag: v3.0-rc1~385^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa79bc2167104581cc1d77762394f2c01d3bf3f3;p=pandora-kernel.git powerpc: Call no-longer static setup_nr_cpu_ids instead of replicating it c1854e00727f50f7ac99e98d26ece04c087ef785 (powerpc: Set nr_cpu_ids early and use it to free PACAs) copied the formerly static setup_nr_cpu_ids from init/main.c but 34db18a054c600b6f81787165669dc572fe4de25 (smp: move smp setup functions to kernel/smp.c) moved it to kernel/smp.c with a declaration in include/linux/smp.h, so we can call it instead of replicating it. Signed-off-by: Milton Miller Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed