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.126, mailfrom: eric.dong@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Mon, 10 Jun 2019 17:04:50 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Jun 2019 17:04:49 -0700 X-ExtLoop1: 1 Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga001.jf.intel.com with ESMTP; 10 Jun 2019 17:04:49 -0700 Received: from fmsmsx102.amr.corp.intel.com (10.18.124.200) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 17:04:49 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX102.amr.corp.intel.com (10.18.124.200) with Microsoft SMTP Server (TLS) id 14.3.408.0; Mon, 10 Jun 2019 17:04:49 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.134]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.120]) with mapi id 14.03.0415.000; Tue, 11 Jun 2019 08:04:47 +0800 From: "Dong, Eric" To: "Zeng, Star" , "devel@edk2.groups.io" CC: Laszlo Ersek , "Ni, Ray" , "Kumar, Chandana C" , "Li, Kevin Y" Subject: Re: [PATCH] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE' Thread-Topic: [PATCH] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE' Thread-Index: AQHVH3ajRG6o8h3OWUqfv8wdvzFiqqaVk41w Date: Tue, 11 Jun 2019 00:04:46 +0000 Message-ID: References: <20190610102358.77536-1-star.zeng@intel.com> In-Reply-To: <20190610102358.77536-1-star.zeng@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: eric.dong@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Eric Dong > -----Original Message----- > From: Zeng, Star > Sent: Monday, June 10, 2019 6:24 PM > To: devel@edk2.groups.io > Cc: Zeng, Star ; Laszlo Ersek ; > Dong, Eric ; Ni, Ray ; Kumar, > Chandana C ; Li, Kevin Y > > Subject: [PATCH] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' t= o > 'STRIKE' >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1642 >=20 > This patch fixed 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 > --- > CryptoPkg/Library/OpensslLib/openssl | 2 +- > UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/CryptoPkg/Library/OpensslLib/openssl > b/CryptoPkg/Library/OpensslLib/openssl > index 50eaac9f3337..74f2d9c1ec5f 160000 > --- a/CryptoPkg/Library/OpensslLib/openssl > +++ b/CryptoPkg/Library/OpensslLib/openssl > @@ -1 +1 @@ > -Subproject commit 50eaac9f3337667259de725451f201e784599687 > +Subproject commit 74f2d9c1ec5f5510e1d3da5a9f03c28df0977762 > 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