From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756108AbaAVW2H (ORCPT ); Wed, 22 Jan 2014 17:28:07 -0500 Received: from mga14.intel.com ([143.182.124.37]:20582 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753196AbaAVW2E (ORCPT ); Wed, 22 Jan 2014 17:28:04 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,702,1384329600"; d="scan'208";a="405410196" Date: Wed, 22 Jan 2014 14:33:14 -0800 From: David Cohen To: "H. Peter Anvin" Cc: Paul Gortmaker , linux-kernel@vger.kernel.org, x86@kernel.org, Fei Yang , "H. Peter Anvin" Subject: Re: [PATCH] x86: don't add new __cpuinit users to Merrifield platform code Message-ID: <20140122223314.GD6519@psi-dev26.jf.intel.com> References: <1390412125-19439-1-git-send-email-paul.gortmaker@windriver.com> <20140122180803.GA25171@psi-dev26.jf.intel.com> <20140122180936.GB25171@psi-dev26.jf.intel.com> <52E044E5.1090108@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52E044E5.1090108@zytor.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 22, 2014 at 02:23:33PM -0800, H. Peter Anvin wrote: > On 01/22/2014 10:09 AM, David Cohen wrote: > > On Wed, Jan 22, 2014 at 10:08:03AM -0800, David Cohen wrote: > >> On Wed, Jan 22, 2014 at 12:35:25PM -0500, Paul Gortmaker wrote: > >>> Commit bc20aa48bbb3068224a1c91f8332971fdb689fad ("x86, intel-mid: > >>> Add Merrifield platform support") added new instances of __cpuinit > >>> usage. We removed this a couple versions ago; we now want to remove > >>> the compat no-op stubs. Introducing new users is not what we want to > >>> see at this point in time, as it will break once the stubs are gone. > >>> > >>> This also fixes an out of sync __init vs. __cpuinit -- as the former > >>> is real, and the latter is a no-op; hence it would have been a section > >>> mismatch. > >>> > >>> Cc: David Cohen > >>> Cc: Fei Yang > >>> Cc: H. Peter Anvin > >>> Signed-off-by: Paul Gortmaker > >> > >> Thanks for the patch. > >> > >> Acked-by: David Cohen > > > > Grr... wrong acked version :) > > I'm getting back this ack. > > ?! I don't see any other version? I misread mrfl and mfld. There is another version for mfld only :) My ack is indeed valid here. Sorry for my misunderstanding. Br, David > > -hpa >