UefiCpuPkg: Add feature definition for PPIN.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
Eric Dong 2017-07-14 10:15:01 +08:00
parent 852b3935c9
commit f1a68ab2cc
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@
#define CPU_FEATURE_THREE_STRICK_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)
#define CPU_FEATURE_BEFORE_ALL BIT27
#define CPU_FEATURE_AFTER_ALL BIT28