]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmulatorPkg/Library/PeiServicesTablePointerLibMagicPage/PeiServicesTablePointer.c
EmulatorPkg: formalize line endings
[mirror_edk2.git] / EmulatorPkg / Library / PeiServicesTablePointerLibMagicPage / PeiServicesTablePointer.c
index fa04ed3e045d9c47489e2489357c504cc367193a..383460b3424a4b57ab687192500781e2b9fb3e05 100644 (file)
@@ -72,16 +72,16 @@ GetPeiServicesTablePointer (
 }\r
 \r
 /**\r
-  Perform CPU specific actions required to migrate the PEI Services Table \r
+  Perform CPU specific actions required to migrate the PEI Services Table\r
   pointer from temporary RAM to permanent RAM.\r
 \r
-  For IA32 CPUs, the PEI Services Table pointer is stored in the 4 bytes \r
+  For IA32 CPUs, the PEI Services Table pointer is stored in the 4 bytes\r
   immediately preceding the Interrupt Descriptor Table (IDT) in memory.\r
-  For X64 CPUs, the PEI Services Table pointer is stored in the 8 bytes \r
+  For X64 CPUs, the PEI Services Table pointer is stored in the 8 bytes\r
   immediately preceding the Interrupt Descriptor Table (IDT) in memory.\r
   For Itanium and ARM CPUs, a the PEI Services Table Pointer is stored in\r
-  a dedicated CPU register.  This means that there is no memory storage \r
-  associated with storing the PEI Services Table pointer, so no additional \r
+  a dedicated CPU register.  This means that there is no memory storage\r
+  associated with storing the PEI Services Table pointer, so no additional\r
   migration actions are required for Itanium or ARM CPUs.\r
 \r
 **/\r
@@ -92,7 +92,7 @@ MigratePeiServicesTablePointer (
   )\r
 {\r
   //\r
-  //  PEI Services Table pointer is cached in SRAM. No additional \r
+  //  PEI Services Table pointer is cached in SRAM. No additional\r
   //  migration actions are required.\r
   //\r
   return;\r