From: Kumar Gala Date: Tue, 27 Sep 2005 20:13:12 +0000 (-0500) Subject: [PATCH] ppc32: make cur_cpu_spec a single pointer instead of an array X-Git-Tag: v2.6.15-rc1~59^2~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=400d221274426958f1e1c7081a247bea9cede696;p=pandora-kernel.git [PATCH] ppc32: make cur_cpu_spec a single pointer instead of an array Changed ppc32 so that cur_cpu_spec is just a single pointer for all CPUs. Additionally, made call_setup_cpu check to see if the cpu_setup pointer is NULL or not before calling the function. This lets remove the dummy cpu_setup calls that just return. Signed-off-by: Kumar Gala Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed