public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V2] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE'
@ 2019-06-11  1:21 Zeng, Star
  2019-06-11  5:21 ` [edk2-devel] " Ni, Ray
  0 siblings, 1 reply; 2+ messages in thread
From: Zeng, Star @ 2019-06-11  1:21 UTC (permalink / raw)
  To: devel; +Cc: Star Zeng, Laszlo Ersek, Eric Dong, Ray Ni, Chandana Kumar,
	Kevin Li

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1642

This patch fixes typo in CPU_FEATURE_THREE_STRICK_COUNTER.

CPU_FEATURE_THREE_STRICK_COUNTER
->
CPU_FEATURE_THREE_STRIKE_COUNTER

Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Chandana Kumar <chandana.c.kumar@intel.com>
Cc: Kevin Li <kevin.y.li@intel.com>
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
---

V2:
Pick Eric's RB tag.
V1 included the change to openssl wrongly because I did not
update the submodule, V2 excludes that change.

 UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [edk2-devel] [PATCH V2] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE'
  2019-06-11  1:21 [PATCH V2] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE' Zeng, Star
@ 2019-06-11  5:21 ` Ni, Ray
  0 siblings, 0 replies; 2+ messages in thread
From: Ni, Ray @ 2019-06-11  5:21 UTC (permalink / raw)
  To: devel@edk2.groups.io, Zeng, Star
  Cc: Laszlo Ersek, Dong, Eric, Kumar, Chandana C, Li, Kevin Y

Reviewed-by: Ray Ni <ray.ni@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <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 <star.zeng@intel.com>; Laszlo Ersek <lersek@redhat.com>;
> Dong, Eric <eric.dong@intel.com>; Ni, Ray <ray.ni@intel.com>; Kumar,
> Chandana C <chandana.c.kumar@intel.com>; Li, Kevin Y
> <kevin.y.li@intel.com>
> Subject: [edk2-devel] [PATCH V2] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix
> typo 'STRICK' to 'STRIKE'
> 
> BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1642
> 
> This patch fixes typo in CPU_FEATURE_THREE_STRICK_COUNTER.
> 
> CPU_FEATURE_THREE_STRICK_COUNTER
> ->
> CPU_FEATURE_THREE_STRIKE_COUNTER
> 
> Cc: Laszlo Ersek <lersek@redhat.com>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Ray Ni <ray.ni@intel.com>
> Cc: Chandana Kumar <chandana.c.kumar@intel.com>
> Cc: Kevin Li <kevin.y.li@intel.com>
> Signed-off-by: Star Zeng <star.zeng@intel.com>
> Reviewed-by: Eric Dong <eric.dong@intel.com>
> ---
> 
> V2:
> Pick Eric's RB tag.
> V1 included the change to openssl wrongly because I did not update the
> submodule, V2 excludes that change.
> 
>  UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
> 
> 
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-11  5:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-11  1:21 [PATCH V2] UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE' Zeng, Star
2019-06-11  5:21 ` [edk2-devel] " Ni, Ray

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox