From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753219AbcAUVGU (ORCPT ); Thu, 21 Jan 2016 16:06:20 -0500 Received: from terminus.zytor.com ([198.137.202.10]:59632 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752660AbcAUVGR (ORCPT ); Thu, 21 Jan 2016 16:06:17 -0500 Subject: Re: [PATCH V2] x86: use enum cpuid_leafs instead of magic numbers To: Huaitong Han , tglx@linutronix.de, mingo@redhat.com, david.vrabel@citrix.com, rusty@rustcorp.com.au References: <1453374160-4648-1-git-send-email-huaitong.han@intel.com> Cc: x86@kernel.org, linux-kernel@vger.kernel.org From: "H. Peter Anvin" Message-ID: <56A14837.6010205@zytor.com> Date: Thu, 21 Jan 2016 13:05:59 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1453374160-4648-1-git-send-email-huaitong.han@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/21/16 03:02, Huaitong Han wrote: > v2:add a commit message. > > Most of magic numbers of x86_capability have been converted to enum > cpuid_leafs, and this patch does update the remaining part. > > Signed-off-by: Huaitong Han Also, the plural of leaf is "leaves". -hpa