From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 23 Jul 2013 23:44:31 +1000 From: Michael Ellerman To: "Srivatsa S. Bhat" Subject: Re: [PATCH v2] powerpc: kernel: remove useless code which related with 'max_cpus' Message-ID: <20130723134431.GF31944@concordia> References: <51ECCA10.7010709@asianux.com> <51ECCEA8.5040406@linux.vnet.ibm.com> <51ECD0BF.8080605@asianux.com> <51ECD3D4.9020405@asianux.com> <51ECD664.7040708@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: <51ECD664.7040708@linux.vnet.ibm.com> Cc: "linuxppc-dev@lists.ozlabs.org" , Chen Gang , "paulus@samba.org" , chenhui.zhao@freescale.com, Thomas Gleixner List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, Jul 22, 2013 at 12:21:16PM +0530, Srivatsa S. Bhat wrote: > On 07/22/2013 12:10 PM, Chen Gang wrote: > > Since not need 'max_cpus' after the related commit, the related code > > are useless too, need be removed. > > > > The related commit: > > > > c1aa687 powerpc: Clean up obsolete code relating to decrementer and timebase > > > > The related warning: > > > > arch/powerpc/kernel/smp.c:323:43: warning: parameter ‘max_cpus’ set but not used [-Wunused-but-set-parameter] > > > > Signed-off-by: Chen Gang > > This version looks good. Agreed. A good follow up patch, or actually series of patches, would be to change the prototype of smp_ops->probe() to return void, and fix all the implementations to no longer return anything. cheers