Re: [PATCH v2 1/2] powerpc: Add smp_generic_cpu_bootable

2013-07-31 Thread Stephen Rothwell
Hi Andy, On Mon, 29 Jul 2013 18:33:04 -0500 Andy Fleming wrote: > > +EXPORT_SYMBOL(smp_generic_cpu_bootable); I am pretty sure that none of the places you are going to use this can be built as modules, so remove this EXPORT_SYMBOL, please. -- Cheers, Stephen Rothwells...@ca

[PATCH v2 1/2] powerpc: Add smp_generic_cpu_bootable

2013-07-29 Thread Andy Fleming
Cell and PSeries both implemented their own versions of a cpu_bootable smp_op which do the same thing (well, the PSeries one has support for more than 2 threads). Copy the PSeries one to generic code, and rename it smp_generic_cpu_bootable. Signed-off-by: Andy Fleming --- v2: Removed Change-Id