From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.100, mailfrom: ray.ni@intel.com) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by groups.io with SMTP; Mon, 10 Jun 2019 22:21:12 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2019 22:21:11 -0700 X-ExtLoop1: 1 Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga006.fm.intel.com with ESMTP; 10 Jun 2019 22:21:11 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 22:21:11 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 22:21:11 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.137]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.6]) with mapi id 14.03.0415.000; Tue, 11 Jun 2019 13:21:09 +0800 From: "Ni, Ray" To: "devel@edk2.groups.io" , "Zeng, Star" CC: Laszlo Ersek , "Dong, Eric" , "Kumar, Chandana C" , "Li, Kevin Y" Subject: Re: [edk2-devel] [PATCH V2] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE' Thread-Topic: [edk2-devel] [PATCH V2] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE' Thread-Index: AQHVH/QGghfDXTasAUWXIbcAK7qjNaaV6vmw Date: Tue, 11 Jun 2019 05:21:08 +0000 Deferred-Delivery: Tue, 11 Jun 2019 05:21:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5C1A0160@SHSMSX104.ccr.corp.intel.com> References: <20190611012136.109968-1-star.zeng@intel.com> In-Reply-To: <20190611012136.109968-1-star.zeng@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 Return-Path: ray.ni@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ray Ni > -----Original Message----- > From: devel@edk2.groups.io On Behalf Of Zeng, > Star > Sent: Tuesday, June 11, 2019 9:22 AM > To: devel@edk2.groups.io > Cc: Zeng, Star ; Laszlo Ersek ; > Dong, Eric ; Ni, Ray ; Kumar, > Chandana C ; Li, Kevin Y > > Subject: [edk2-devel] [PATCH V2] UefiCpuPkg RegisterCpuFeaturesLib.h: Fi= x > typo 'STRICK' to 'STRIKE' >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1642 >=20 > This patch fixes typo in CPU_FEATURE_THREE_STRICK_COUNTER. >=20 > CPU_FEATURE_THREE_STRICK_COUNTER > -> > CPU_FEATURE_THREE_STRIKE_COUNTER >=20 > Cc: Laszlo Ersek > Cc: Eric Dong > Cc: Ray Ni > Cc: Chandana Kumar > Cc: Kevin Li > Signed-off-by: Star Zeng > Reviewed-by: Eric Dong > --- >=20 > V2: > Pick Eric's RB tag. > V1 included the change to openssl wrongly because I did not update the > submodule, V2 excludes that change. >=20 > UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h > b/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h > index 1921543e6b0c..191348d77098 100644 > --- a/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h > +++ b/UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h > @@ -61,7 +61,7 @@ > #define CPU_FEATURE_IP_PREFETCHER (32+5) > #define CPU_FEATURE_MLC_STREAMER_PREFETCHER (32+6) > #define CPU_FEATURE_MLC_SPATIAL_PREFETCHER (32+7) > -#define CPU_FEATURE_THREE_STRICK_COUNTER (32+8) > +#define CPU_FEATURE_THREE_STRIKE_COUNTER (32+8) > #define CPU_FEATURE_APIC_TPR_UPDATE_MESSAGE (32+9) > #define CPU_FEATURE_ENERGY_PERFORMANCE_BIAS (32+10) > #define CPU_FEATURE_PPIN (32+11) > -- > 2.21.0.windows.1 >=20 >=20 >=20