]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/ArmLib/ArmCortexA/ArmCortexALib.c
Need to add some extra functions to the libraries to support paging in the CpuDxe...
[mirror_edk2.git] / ArmPkg / Library / ArmLib / ArmCortexA / ArmCortexALib.c
index 4dfa18db58fbd0aa4ef5a83629f9ec6d186c481f..c9bc49d040ec834a1a7b6f7c8535103c72c6f563 100644 (file)
@@ -50,8 +50,7 @@ FillTranslationTable (
   Entry    = TRANSLATION_TABLE_ENTRY_FOR_VIRTUAL_ADDRESS(TranslationTable, MemoryRegion->VirtualBase);
   Sections = MemoryRegion->Length / TT_DESCRIPTOR_SECTION_SIZE;
   
-  for (Index = 0; Index < Sections; Index++)
-  {
+  for (Index = 0; Index < Sections; Index++) {
     *Entry++     =  TT_DESCRIPTOR_SECTION_BASE_ADDRESS(PhysicalBase) | Attributes;
     PhysicalBase += TT_DESCRIPTOR_SECTION_SIZE;
   }