]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Do not use EfiACPIReclaimMemory type to log performance data because some OS might...
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Aug 2009 16:15:29 +0000 (16:15 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 11 Aug 2009 16:15:29 +0000 (16:15 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9053 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Library/GenericBdsLib/Performance.c

index 6fbb12b7c324bfbb8077a9f15fa7ba44be9f5903..66dd20a55b2ec760b39c25e0a047f3535076eb80 100644 (file)
@@ -194,7 +194,7 @@ WriteBootToOsPerformanceData (
   //\r
   Status = gBS->AllocatePages (\r
                   AllocateAnyPages,\r
-                  EfiACPIReclaimMemory,\r
+                  EfiReservedMemoryType,\r
                   EFI_SIZE_TO_PAGES (AcpiLowMemoryLength),\r
                   &AcpiLowMemoryBase\r
                   );\r