From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Subject: Re: [patch] powerpc/pasemi: Fix no SMP build error Date: Tue, 21 Apr 2009 12:25:02 -0500 Message-ID: <20090421172502.GA20237@lixom.net> References: <1239285094.5188.65.camel@subratamodak.linux.ibm.com> <49E8B015.7060808@am.sony.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <49E8B015.7060808@am.sony.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppe-linuxppc-embedded-2=m.gmane.org@ozlabs.org To: Geoff Levand Cc: sachinp , Stephen Rothwell , linux-kernel , Linuxppc-dev , linux-next , Paul Mackerras , subrata@linux.vnet.ibm.com List-Id: linux-next.vger.kernel.org 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 of ???smp_send_stop??? > include/linux/smp.h:125: error: previous definition of 'smp_send_stop' was here Thanks for taking care of this. > Reported-by: subrata@linux.vnet.ibm.com > Signed-off-by: Geoff Levand Acked-by: Olof Johansson -Olof