Reviewed-by: Ruiyu Ni <[email protected]> Thanks/Ray
> -----Original Message----- > From: Dong, Eric > Sent: Thursday, July 20, 2017 1:47 PM > To: [email protected] > Cc: Fan, Jeff <[email protected]>; Ni, Ruiyu <[email protected]> > Subject: [Patch] UefiCpuPkg: Remove deprecated CPU feature. > > Senter feature could not be a single feature, it has been merge to Smx > feature, so remove it. > > Cc: Jeff Fan <[email protected]> > Cc: Ruiyu Ni <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Eric Dong <[email protected]> > --- > UefiCpuPkg/Include/Library/RegisterCpuFeaturesLib.h | 1 - > 1 file changed, 1 deletion(-) > > 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 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

