mirror of https://github.com/acidanthera/audk.git
Revert "MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level paging"
This reverts commit7c5010c7f8
. Commit7c5010c7f8
MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level paging technically breaks the EDKII development process documented in https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process and Maintainers.txt in EDKII repo root directory. The voilation is commit7c5010c7f8
doesn't have a Reviewed-by or Acked-by from MdePkg maintainers. Signed-off-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
4e78c7bebb
commit
deb90ac03a
|
@ -5324,8 +5324,7 @@ typedef union {
|
||||||
UINT32 OSXMMEXCPT:1; ///< Operating System Support for
|
UINT32 OSXMMEXCPT:1; ///< Operating System Support for
|
||||||
///< Unmasked SIMD Floating Point
|
///< Unmasked SIMD Floating Point
|
||||||
///< Exceptions.
|
///< Exceptions.
|
||||||
UINT32 Reserved_2:1; ///< Reserved.
|
UINT32 Reserved_0:2; ///< Reserved.
|
||||||
UINT32 LA57:1; ///< Linear Address 57bit.
|
|
||||||
UINT32 VMXE:1; ///< VMX Enable
|
UINT32 VMXE:1; ///< VMX Enable
|
||||||
UINT32 Reserved_1:18; ///< Reserved.
|
UINT32 Reserved_1:18; ///< Reserved.
|
||||||
} Bits;
|
} Bits;
|
||||||
|
|
Loading…
Reference in New Issue