From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH 01/73] init: delete the __cpuinit related stubs Date: Fri, 7 Feb 2014 14:47:15 -0800 Message-ID: <20140207224715.GB17133@kroah.com> References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-2-git-send-email-paul.gortmaker@windriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1390339396-3479-2-git-send-email-paul.gortmaker@windriver.com> Sender: linux-kernel-owner@vger.kernel.org To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Andrew Morton List-Id: linux-arch.vger.kernel.org On Tue, Jan 21, 2014 at 04:22:04PM -0500, Paul Gortmaker wrote: > The __cpuinit support was removed several releases ago. People > have had a chance to update their out of tree code, so now we > remove the no-op stubs. > > Also delete the mention of __cpuinitdata from the tag script. > > Cc: Andrew Morton > Cc: Greg Kroah-Hartman > Signed-off-by: Paul Gortmaker Acked-by: Greg Kroah-Hartman From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:59782 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751334AbaBGWqF (ORCPT ); Fri, 7 Feb 2014 17:46:05 -0500 Date: Fri, 7 Feb 2014 14:47:15 -0800 From: Greg Kroah-Hartman Subject: Re: [PATCH 01/73] init: delete the __cpuinit related stubs Message-ID: <20140207224715.GB17133@kroah.com> References: <1390339396-3479-1-git-send-email-paul.gortmaker@windriver.com> <1390339396-3479-2-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390339396-3479-2-git-send-email-paul.gortmaker@windriver.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Andrew Morton Message-ID: <20140207224715.kMljJx5uvkK7-MwC3hKe1KMXI0VJ6KsSWatjZmYXePg@z> On Tue, Jan 21, 2014 at 04:22:04PM -0500, Paul Gortmaker wrote: > The __cpuinit support was removed several releases ago. People > have had a chance to update their out of tree code, so now we > remove the no-op stubs. > > Also delete the mention of __cpuinitdata from the tag script. > > Cc: Andrew Morton > Cc: Greg Kroah-Hartman > Signed-off-by: Paul Gortmaker Acked-by: Greg Kroah-Hartman