Re: [patch] powerpc/pasemi: Fix no SMP build error

2009-04-21 Thread Olof Johansson
On Fri, Apr 17, 2009 at 09:36:37AM -0700, Geoff Levand wrote: > A non-SMP version of smp_send_stop() is now included in smp.h. > Remove the unneeded def in the pasemi setup.c. > > Fixes build errors like these when CONFIG_SMP=n: > > arch/powerpc/platforms/pasemi/setup.c:48: error: redefinition

[patch] powerpc/pasemi: Fix no SMP build error

2009-04-17 Thread Geoff Levand
A non-SMP version of smp_send_stop() is now included in smp.h. Remove the unneeded def in the pasemi setup.c. Fixes build errors like these when CONFIG_SMP=n: arch/powerpc/platforms/pasemi/setup.c:48: error: redefinition of ‘smp_send_stop’ include/linux/smp.h:125: error: previous definition