]> 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 d533741f0e2b0141f09d336f513b4063a6a466a8..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
@@ -38,6 +38,7 @@ CodeSegmentLocation           equ        LockLocation + 4Ch
 DataSegmentLocation           equ        LockLocation + 54h\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
-;-------------------------------------------------------------------------------\r