Revert "MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level paging"

This reverts commit 7c5010c7f8.
Commit
7c5010c7f8 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 commit 7c5010c7f8 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:
Ray Ni 2019-07-12 15:11:02 +08:00
parent 4e78c7bebb
commit deb90ac03a
1 changed files with 1 additions and 2 deletions

View File

@ -5324,8 +5324,7 @@ typedef union {
UINT32 OSXMMEXCPT:1; ///< Operating System Support for
///< Unmasked SIMD Floating Point
///< Exceptions.
UINT32 Reserved_2:1; ///< Reserved.
UINT32 LA57:1; ///< Linear Address 57bit.
UINT32 Reserved_0:2; ///< Reserved.
UINT32 VMXE:1; ///< VMX Enable
UINT32 Reserved_1:18; ///< Reserved.
} Bits;