]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/MpInitLib/X64/MpEqu.inc
UefiCpuPkg/MpInitLib: Fix X64 XCODE5/NASM compatibility issues
[mirror_edk2.git] / UefiCpuPkg / Library / MpInitLib / X64 / MpEqu.inc
index 00f57ce54952b7574d339ef1f280bf677d030a01..5b2529b5cbbebc22dd8a38c17476a539268aa909 100644 (file)
@@ -1,5 +1,5 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.<BR>\r
 ; This program and the accompanying materials\r
 ; are licensed and made available under the terms and conditions of the BSD License\r
 ; which accompanies this distribution.  The full text of the license may be found at\r
@@ -33,9 +33,12 @@ GdtrLocation                  equ        LockLocation + 20h
 IdtrLocation                  equ        LockLocation + 2Ah\r
 BufferStartLocation           equ        LockLocation + 34h\r
 ModeOffsetLocation            equ        LockLocation + 3Ch\r
-NumApsExecutingLoction        equ        LockLocation + 44h\r
+NumApsExecutingLocation       equ        LockLocation + 44h\r
 CodeSegmentLocation           equ        LockLocation + 4Ch\r
 DataSegmentLocation           equ        LockLocation + 54h\r
-Cr3Location                   equ        LockLocation + 5Ch\r
+EnableExecuteDisableLocation  equ        LockLocation + 5Ch\r
+Cr3Location                   equ        LockLocation + 64h\r
+InitFlagLocation              equ        LockLocation + 6Ch\r
+CpuInfoLocation               equ        LockLocation + 74h\r
+InitializeFloatingPointUnitsAddress equ  LockLocation + 84h\r
 \r
-;-------------------------------------------------------------------------------\r