commit | 400d221274426958f1e1c7081a247bea9cede696 | [log] [tgz] |
---|---|---|
author | Kumar Gala <galak@freescale.com> | Tue Sep 27 15:13:12 2005 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Wed Sep 28 15:42:54 2005 +1000 |
tree | db0907bc14504d827b06b45004152b6610387b40 | |
parent | 10b35d9978ac35556aec0d2642055742d8941488 [diff] |
[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 <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>