]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c
Code scrub DxeIpl, Runtime, DevicePath, FvbServicesLib, DiskIo, Partition, English...
[mirror_edk2.git] / MdeModulePkg / Core / DxeIplPeim / X64 / VirtualMemory.c
index 35e92c641a1156460b7a0c4b67eea1feff9c9881..e58351c2ee278ec4c9271b40981f346093c06180 100644 (file)
@@ -29,11 +29,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include "DxeIpl.h"\r
 #include "VirtualMemory.h"\r
 \r
 #include "DxeIpl.h"\r
 #include "VirtualMemory.h"\r
 \r
-\r
-\r
-\r
-\r
-\r
 /**\r
   Allocates and fills in the Page Directory and Page Table Entries to\r
   establish a 1:1 Virtual to Physical mapping.\r
 /**\r
   Allocates and fills in the Page Directory and Page Table Entries to\r
   establish a 1:1 Virtual to Physical mapping.\r
@@ -43,7 +38,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
                                                 table entries  to the physical \r
                                                 address space. \r
 \r
                                                 table entries  to the physical \r
                                                 address space. \r
 \r
-  @return EFI_SUCCESS           The 1:1 Virtual to Physical identity mapping was created\r
+  @return The address of 4 level page map.\r
 \r
 **/\r
 UINTN\r
 \r
 **/\r
 UINTN\r
@@ -73,7 +68,7 @@ CreateIdentityMappingPageTables (
   \r
   Hob = GetFirstHob (EFI_HOB_TYPE_CPU);\r
   if (Hob != NULL) {\r
   \r
   Hob = GetFirstHob (EFI_HOB_TYPE_CPU);\r
   if (Hob != NULL) {\r
-    PhysicalAddressBits = ((EFI_HOB_CPU *) Hob)->SizeOfMemorySpace;    \r
+    PhysicalAddressBits = ((EFI_HOB_CPU *) Hob)->SizeOfMemorySpace;\r
   }\r
 \r
   //\r
   }\r
 \r
   //\r