From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp09.in.ibm.com (e28smtp09.in.ibm.com [122.248.162.9]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "e28smtp09.in.ibm.com", Issuer "GeoTrust SSL CA" (not verified)) by ozlabs.org (Postfix) with ESMTPS id D52642C011D for ; Mon, 15 Jul 2013 18:50:22 +1000 (EST) Received: from /spool/local by e28smtp09.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 15 Jul 2013 14:15:13 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp03.in.ibm.com (Postfix) with ESMTP id 83EA71258052 for ; Mon, 15 Jul 2013 14:19:34 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay03.in.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r6F8oud631654058 for ; Mon, 15 Jul 2013 14:20:56 +0530 Received: from d28av04.in.ibm.com (loopback [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id r6F8oESd017115 for ; Mon, 15 Jul 2013 18:50:15 +1000 Message-ID: <51E3B6FB.7040002@linux.vnet.ibm.com> Date: Mon, 15 Jul 2013 14:16:51 +0530 From: "Srivatsa S. Bhat" MIME-Version: 1.0 To: Paul Bolle Subject: Re: [PATCH] powerpc/pseries: drop "select HOTPLUG" References: <1373799735.1370.5.camel@x61.thuisdomein> In-Reply-To: <1373799735.1370.5.camel@x61.thuisdomein> Content-Type: text/plain; charset=ISO-8859-1 Cc: Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 07/14/2013 04:32 PM, Paul Bolle wrote: > The Kconfig symbol HOTPLUG was removed with commit 40b313608a ("Finally > eradicate CONFIG_HOTPLUG"). But there's still one select statement for > that symbol. It seems that select statement was added after the patch to > remove CONFIG_HOTPLUG was submitted. Anyhow, it is useless and can be > dropped. > > Signed-off-by: Paul Bolle > --- Reviewed-by: Srivatsa S. Bhat > > arch/powerpc/platforms/pseries/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig > index 1bd3399..62b4f80 100644 > --- a/arch/powerpc/platforms/pseries/Kconfig > +++ b/arch/powerpc/platforms/pseries/Kconfig > @@ -19,7 +19,6 @@ config PPC_PSERIES > select ZLIB_DEFLATE > select PPC_DOORBELL > select HAVE_CONTEXT_TRACKING > - select HOTPLUG if SMP > select HOTPLUG_CPU if SMP > default y > Regards, Srivatsa S. Bhat From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754591Ab3GOIu0 (ORCPT ); Mon, 15 Jul 2013 04:50:26 -0400 Received: from e28smtp07.in.ibm.com ([122.248.162.7]:50634 "EHLO e28smtp07.in.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754390Ab3GOIuZ (ORCPT ); Mon, 15 Jul 2013 04:50:25 -0400 Message-ID: <51E3B6FB.7040002@linux.vnet.ibm.com> Date: Mon, 15 Jul 2013 14:16:51 +0530 From: "Srivatsa S. Bhat" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120828 Thunderbird/15.0 MIME-Version: 1.0 To: Paul Bolle CC: Benjamin Herrenschmidt , Paul Mackerras , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/pseries: drop "select HOTPLUG" References: <1373799735.1370.5.camel@x61.thuisdomein> In-Reply-To: <1373799735.1370.5.camel@x61.thuisdomein> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13071508-8878-0000-0000-000007F30485 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/14/2013 04:32 PM, Paul Bolle wrote: > The Kconfig symbol HOTPLUG was removed with commit 40b313608a ("Finally > eradicate CONFIG_HOTPLUG"). But there's still one select statement for > that symbol. It seems that select statement was added after the patch to > remove CONFIG_HOTPLUG was submitted. Anyhow, it is useless and can be > dropped. > > Signed-off-by: Paul Bolle > --- Reviewed-by: Srivatsa S. Bhat > > arch/powerpc/platforms/pseries/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig > index 1bd3399..62b4f80 100644 > --- a/arch/powerpc/platforms/pseries/Kconfig > +++ b/arch/powerpc/platforms/pseries/Kconfig > @@ -19,7 +19,6 @@ config PPC_PSERIES > select ZLIB_DEFLATE > select PPC_DOORBELL > select HAVE_CONTEXT_TRACKING > - select HOTPLUG if SMP > select HOTPLUG_CPU if SMP > default y > Regards, Srivatsa S. Bhat