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 <[email protected]> Cc: Eric Dong <[email protected]> Cc: Ray Ni <[email protected]> Cc: Chandana Kumar <[email protected]> Cc: Kevin Li <[email protected]> Signed-off-by: Star Zeng <[email protected]> Reviewed-by: Eric Dong <[email protected]> --- 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 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#42140): https://edk2.groups.io/g/devel/message/42140 Mute This Topic: https://groups.io/mt/32011656/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
