Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030330AbbD1OZM (ORCPT ); Tue, 28 Apr 2015 10:25:12 -0400 Received: from mail.windriver.com ([147.11.1.11]:64097 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965660AbbD1OZJ (ORCPT ); Tue, 28 Apr 2015 10:25:09 -0400 Message-ID: <553F9818.8020100@windriver.com> Date: Tue, 28 Apr 2015 10:24:24 -0400 From: Paul Gortmaker User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: CC: Subject: Re: [PATCH 09/11] kernel/cpu.c: remove new instance of __cpuinit that crept back in References: <1430174880-27958-1-git-send-email-paul.gortmaker@windriver.com> <1430174880-27958-10-git-send-email-paul.gortmaker@windriver.com> <20150428131216.GC5553@linux.vnet.ibm.com> In-Reply-To: <20150428131216.GC5553@linux.vnet.ibm.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.56.57] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1607 Lines: 51 On 15-04-28 09:12 AM, Paul E. McKenney wrote: > On Mon, Apr 27, 2015 at 06:47:58PM -0400, Paul Gortmaker wrote: >> We removed __cpuinit support (leaving no-op stubs) quite some time ago. >> However a new instance was added in commit 00df35f991914db6b8bde8cf0980 >> ("cpu: Defer smpboot kthread unparking until CPU known to scheduler") >> >> Since we want to clobber the stubs soon, get this removed now. >> >> Cc: Paul E. McKenney >> Signed-off-by: Paul Gortmaker > > Good catch, queued for 4.2. Please let me know if you need it sooner. No rush ; no need to queue it either, since I have to keep the patch in this series in order to be able to remove the stubs in the 11/11, since I don't want to guess what merge order will happen in ~6 weeks. Thanks, Paul. -- > > Thanx, Paul > >> --- >> kernel/cpu.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/kernel/cpu.c b/kernel/cpu.c >> index 94bbe4695232..b4e940d89087 100644 >> --- a/kernel/cpu.c >> +++ b/kernel/cpu.c >> @@ -479,7 +479,7 @@ static struct notifier_block smpboot_thread_notifier = { >> .priority = CPU_PRI_SMPBOOT, >> }; >> >> -void __cpuinit smpboot_thread_init(void) >> +void smpboot_thread_init(void) >> { >> register_cpu_notifier(&smpboot_thread_notifier); >> } >> -- >> 2.2.1 >> > -- 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/