]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/UncachedMemoryAllocationLib/UncachedMemoryAllocationLib.c
Missed a fix in the Cpu Driver. Added some more debug for Execption handling and...
[mirror_edk2.git] / ArmPkg / Library / UncachedMemoryAllocationLib / UncachedMemoryAllocationLib.c
index 060ba6bf980ea596cdf907941ec868f8023f68a7..830212e4d7ade9139c275304783db51c4fea92ee 100644 (file)
@@ -207,7 +207,7 @@ UncachedInternalAllocateAlignedPages (
   }\r
   \r
   if (AlignedMemory != 0) {\r
-    FlushCache(AlignedMemory, EFI_PAGES_TO_SIZE(Pages));\r
+    FlushCache (AlignedMemory, EFI_PAGES_TO_SIZE(Pages));\r
     AlignedMemory = (UINTN)ConvertToUncachedAddress((VOID *)AlignedMemory);\r
   }\r
   \r
@@ -318,7 +318,7 @@ UncachedInternalAllocateAlignedPool (
   *FreePointer        = RawAddress;\r
 \r
   if (AlignedAddress != 0) {\r
-    FlushCache(AlignedAddress, AllocationSize);\r
+    FlushCache (AlignedAddress, AllocationSize);\r
     AlignedAddress = (UINTN)ConvertToUncachedAddress((VOID *)AlignedAddress);\r
   }\r
 \r