Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756089AbZDURaV (ORCPT ); Tue, 21 Apr 2009 13:30:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753127AbZDURaD (ORCPT ); Tue, 21 Apr 2009 13:30:03 -0400 Received: from lixom.net ([66.141.50.11]:39153 "EHLO mail.lixom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752511AbZDURaA (ORCPT ); Tue, 21 Apr 2009 13:30:00 -0400 X-Greylist: delayed 446 seconds by postgrey-1.27 at vger.kernel.org; Tue, 21 Apr 2009 13:30:00 EDT Date: Tue, 21 Apr 2009 12:25:02 -0500 From: Olof Johansson To: Geoff Levand Cc: Paul Mackerras , subrata@linux.vnet.ibm.com, Linuxppc-dev , sachinp , Stephen Rothwell , linux-next , linux-kernel , Benjamin Herrenschmidt 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 Content-Disposition: inline In-Reply-To: <49E8B015.7060808@am.sony.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 839 Lines: 24 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/