mirror of https://github.com/acidanthera/audk.git
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:
parent
852b3935c9
commit
f1a68ab2cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue