]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Dxe/Mem/MemData.c
Patch from open source community for CryptoPkg to allow it to build for ARM using...
[mirror_edk2.git] / MdeModulePkg / Core / Dxe / Mem / MemData.c
index f7c6fbd55b321457f3e6eca3d378889981beb5a1..e51b894433c3cf0afac41e0a7f2105eef8686409 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Global data used in memory service\r
 \r
-Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2008, 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
@@ -24,8 +24,3 @@ EFI_LOCK          gMemoryLock = EFI_INITIALIZE_LOCK_VARIABLE (TPL_NOTIFY);
 // MemoryMap - the current memory map\r
 //\r
 LIST_ENTRY        gMemoryMap  = INITIALIZE_LIST_HEAD_VARIABLE (gMemoryMap);\r
-\r
-//\r
-// MemoryLastConvert - the last memory descriptor used for a conversion request\r
-//\r
-MEMORY_MAP        *gMemoryLastConvert;\r