]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/CpuIdEx.S
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / CpuIdEx.S
index ae5c80a980e61e9089398c3bfd7aa76c43489e5e..0bc2540011844167bd07f5e3d2a18b6ace05ce7c 100644 (file)
@@ -1,10 +1,10 @@
 #------------------------------------------------------------------------------\r
 #\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
-# http://opensource.org/licenses/bsd-license.php\r
+# http://opensource.org/licenses/bsd-license.php.\r
 #\r
 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
@@ -44,19 +44,19 @@ ASM_PFX(AsmCpuidEx):
     test    %r10, %r10\r
     jz      L1\r
     mov     %ecx,(%r10)\r
-L1: \r
+L1:\r
     mov     %r8, %rcx\r
     jrcxz   L2\r
     movl    %eax,(%rcx)\r
-L2: \r
+L2:\r
     mov     %r9, %rcx\r
     jrcxz   L3\r
     mov     %ebx, (%rcx)\r
-L3: \r
+L3:\r
     mov     0x40(%rsp), %rcx\r
     jrcxz   L4\r
     mov     %edx, (%rcx)\r
-L4: \r
+L4:\r
     pop     %rax                  # restore Index to rax as return value\r
     pop     %rbx\r
     ret\r