UefiCpuPkg: MTRR_PHYSMASK.Valid should be one bit instead of 8 bits

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Feng Tian <feng.tian@intel.com>
This commit is contained in:
Ruiyu Ni 2016-08-15 16:40:16 +08:00
parent 795c78cf19
commit 490b048b5a
1 changed files with 1 additions and 1 deletions

View File

@ -2092,7 +2092,7 @@ typedef union {
///
/// [Bit 11] Valid Enable range mask.
///
UINT32 V:8;
UINT32 V:1;
///
/// [Bits 31:12] PhysMask. MTRR address range mask.
///