From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C4DEA21CB0317 for ; Wed, 19 Jul 2017 22:56:53 -0700 (PDT) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Jul 2017 22:58:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,382,1496127600"; d="scan'208";a="129580892" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga006.fm.intel.com with ESMTP; 19 Jul 2017 22:58:49 -0700 Received: from fmsmsx152.amr.corp.intel.com (10.18.125.5) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Jul 2017 22:58:48 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX152.amr.corp.intel.com (10.18.125.5) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 19 Jul 2017 22:58:48 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.151]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.197]) with mapi id 14.03.0319.002; Thu, 20 Jul 2017 13:58:46 +0800 From: "Ni, Ruiyu" To: "Dong, Eric" , "edk2-devel@lists.01.org" CC: "Fan, Jeff" Thread-Topic: [Patch] UefiCpuPkg: Remove deprecated CPU feature. Thread-Index: AQHTARuq6XPUrAt5h0GBSMhFiqIVTqJcOA7Q Date: Thu, 20 Jul 2017 05:58:45 +0000 Deferred-Delivery: Thu, 20 Jul 2017 05:58:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B9BBB24@SHSMSX104.ccr.corp.intel.com> References: <1500529624-10220-1-git-send-email-eric.dong@intel.com> In-Reply-To: <1500529624-10220-1-git-send-email-eric.dong@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] UefiCpuPkg: Remove deprecated CPU feature. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2017 05:56:54 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: Dong, Eric > Sent: Thursday, July 20, 2017 1:47 PM > To: edk2-devel@lists.01.org > Cc: Fan, Jeff ; Ni, Ruiyu > Subject: [Patch] UefiCpuPkg: Remove deprecated CPU feature. >=20 > Senter feature could not be a single feature, it has been merge to Smx > feature, so remove it. >=20 > Cc: Jeff Fan > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Eric Dong > --- > UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h > b/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h > index 10286ed..8ea0609 100644 > --- a/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h > +++ b/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h > @@ -35,7 +35,6 @@ > #define CPU_FEATURE_FASTSTRINGS 6 > #define CPU_FEATURE_VMX 7 > #define CPU_FEATURE_SMX 8 > -#define CPU_FEATURE_SENTER 9 > #define CPU_FEATURE_LOCK_FEATURE_CONTROL_REGISTER 10 > #define CPU_FEATURE_LIMIT_CPUID_MAX_VAL 11 > #define CPU_FEATURE_MCE 12 > -- > 2.7.0.windows.1