summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay Ni <ray.ni@intel.com>2019-07-12 15:11:02 +0800
committerRay Ni <ray.ni@intel.com>2019-07-12 15:11:02 +0800
commitdeb90ac03a0416d370975d8bada28620fda0ea87 (patch)
treee4621534471e0b787442cda80a808fdc175937e9
parent4e78c7bebb2c30cab0afa193a4eeb0ef05ca9a12 (diff)
downloadedk2-deb90ac03a0416d370975d8bada28620fda0ea87.tar.gz
edk2-deb90ac03a0416d370975d8bada28620fda0ea87.tar.bz2
edk2-deb90ac03a0416d370975d8bada28620fda0ea87.zip
Revert "MdePkg/BaseLib.h: Update IA32_CR4 structure for 5-level paging"
This reverts commit 7c5010c7f88b790f4524c4a5311819e3af5e2752. 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>
-rw-r--r--MdePkg/Include/Library/BaseLib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/BaseLib.h b/MdePkg/Include/Library/BaseLib.h
index a22bfc9fad..ebd7dd274c 100644
--- a/MdePkg/Include/Library/BaseLib.h
+++ b/MdePkg/Include/Library/BaseLib.h
@@ -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;