From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 21 Apr 2009 12:25:02 -0500 From: Olof Johansson To: Geoff Levand Subject: Re: [patch] powerpc/pasemi: Fix no SMP build error 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 In-Reply-To: <49E8B015.7060808@am.sony.com> Cc: sachinp , Stephen Rothwell , linux-kernel , Linuxppc-dev , linux-next , Paul Mackerras , subrata@linux.vnet.ibm.com List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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