]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/CpuMpPei/Ia32/MpEqu.inc
UefiCpuPkg/CpuMpPei: Remove un-used variables and functions
[mirror_edk2.git] / UefiCpuPkg / CpuMpPei / Ia32 / MpEqu.inc
index fc637cc70f9ff94a032a9044da0642e8bec3912b..50111e5023d140149c5dc74f18bbf52afac1cc98 100644 (file)
@@ -1,5 +1,5 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+; Copyright (c) 2015 - 2016, 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
@@ -18,9 +18,6 @@
 ;\r
 ;-------------------------------------------------------------------------------\r
 \r
-PROTECT_MODE_CS               equ        10h\r
-PROTECT_MODE_DS               equ        18h\r
-\r
 VacantFlag                    equ        00h\r
 NotVacantFlag                 equ        0ffh\r
 \r
@@ -37,4 +34,6 @@ IdtrLocation                  equ        LockLocation + 16h
 BufferStartLocation           equ        LockLocation + 1Ch\r
 PmodeOffsetLocation           equ        LockLocation + 20h\r
 NumApsExecutingLoction        equ        LockLocation + 24h\r
+CodeSegmentLocation           equ        LockLocation + 28h\r
+DataSegmentLocation           equ        LockLocation + 2Ch\r
 \r