]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update gHobList in DXE core when GCD relocates hob list.
authorxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Aug 2007 05:39:46 +0000 (05:39 +0000)
committerxli24 <xli24@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 3 Aug 2007 05:39:46 +0000 (05:39 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3539 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/Gcd/gcd.c

index be3dbdd959a5dd560d5b6e7f6bb7b0298921daa8..4d58687c69230e9b365212fc8cd1473748852ae6 100644 (file)
@@ -2461,6 +2461,7 @@ Returns:
   ASSERT (NewHobList != NULL);\r
 \r
   *HobStart = NewHobList;\r
   ASSERT (NewHobList != NULL);\r
 \r
   *HobStart = NewHobList;\r
+  gHobList  = NewHobList;\r
 \r
   //\r
   // Add and allocate the remaining unallocated system memory to the memory services.\r
 \r
   //\r
   // Add and allocate the remaining unallocated system memory to the memory services.\r