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 <jeff.fan@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>
(cherry picked from commit 79aac4dd75)
This commit is contained in:
Eric Dong
2017-07-20 13:46:12 +08:00
parent a7bf24ea3d
commit 5a40103e40

View File

@ -35,7 +35,6 @@
#define CPU_FEATURE_FASTSTRINGS 6 #define CPU_FEATURE_FASTSTRINGS 6
#define CPU_FEATURE_VMX 7 #define CPU_FEATURE_VMX 7
#define CPU_FEATURE_SMX 8 #define CPU_FEATURE_SMX 8
#define CPU_FEATURE_SENTER 9
#define CPU_FEATURE_LOCK_FEATURE_CONTROL_REGISTER 10 #define CPU_FEATURE_LOCK_FEATURE_CONTROL_REGISTER 10
#define CPU_FEATURE_LIMIT_CPUID_MAX_VAL 11 #define CPU_FEATURE_LIMIT_CPUID_MAX_VAL 11
#define CPU_FEATURE_MCE 12 #define CPU_FEATURE_MCE 12