]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/DebugUncachedMemoryAllocationLib/DebugUncachedMemoryAllocationLib.c
Clean up UncachedMemoryAllocationLib to use CPU AP.
[mirror_edk2.git] / ArmPkg / Library / DebugUncachedMemoryAllocationLib / DebugUncachedMemoryAllocationLib.c
index cdf6a85137c65b44359d818b4c865bb4ecedbd32..9c9ee9fb2970170c6cfef0c2598108f0957516b8 100644 (file)
@@ -83,7 +83,8 @@ AddPagesToList (
   \r
   NewNode->Buffer     = Buffer;\r
   NewNode->Allocation = Allocation;\r
-  \r
+  NewNode->Pages      = Pages;\r
+\r
   InsertTailList (&mPageList, &NewNode->Link);\r
 }\r
 \r