]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/AsmInclude.inc
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / MpServicesOnFrameworkMpServicesThunk / IA32 / AsmInclude.inc
diff --git a/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/AsmInclude.inc b/EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/IA32/AsmInclude.inc
deleted file mode 100644 (file)
index ab2443c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-;------------------------------------------------------------------------------\r
-; Include file for IA32 MpFuncs.asm\r
-;\r
-; Copyright (c) 2009 - 2010, 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
-; http://opensource.org/licenses/bsd-license.php\r
-;\r
-; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-;\r
-;------------------------------------------------------------------------------\r
-\r
-VacantFlag             Equ   00h\r
-NotVacantFlag          Equ   0ffh\r
-\r
-LockLocation        equ        RendezvousFunnelProcEnd - RendezvousFunnelProcStart\r
-StackStart          equ        LockLocation + 4h\r
-StackSize           equ        LockLocation + 8h\r
-RendezvousProc      equ        LockLocation + 0Ch\r
-GdtrProfile         equ        LockLocation + 10h\r
-IdtrProfile         equ        LockLocation + 16h\r
-BufferStart         equ        LockLocation + 1Ch\r
-ProcessorNumber     equ        LockLocation + 20h\r
-;-------------------------------------------------------------------------------\r