mirror of https://github.com/acidanthera/audk.git
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:
parent
795c78cf19
commit
490b048b5a
|
@ -2092,7 +2092,7 @@ typedef union {
|
||||||
///
|
///
|
||||||
/// [Bit 11] Valid Enable range mask.
|
/// [Bit 11] Valid Enable range mask.
|
||||||
///
|
///
|
||||||
UINT32 V:8;
|
UINT32 V:1;
|
||||||
///
|
///
|
||||||
/// [Bits 31:12] PhysMask. MTRR address range mask.
|
/// [Bits 31:12] PhysMask. MTRR address range mask.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue