]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/X64/CpuId.asm
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / X64 / CpuId.asm
index 867e92a677c61deb3aeb33f99afc8c60f8d07509..3c73e10f579f6564b39b364afa26a07bf7de3a2e 100644 (file)
@@ -1,7 +1,7 @@
 ;------------------------------------------------------------------------------\r
 ;\r
-; Copyright (c) 2006, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006 - 2008, 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
@@ -36,8 +36,8 @@
 ;------------------------------------------------------------------------------\r
 AsmCpuid    PROC    USES    rbx\r
     mov     eax, ecx\r
-    push    rdx\r
     push    rax                         ; save Index on stack\r
+    push    rdx\r
     cpuid\r
     test    r9, r9\r
     jz      @F\r
@@ -51,7 +51,7 @@ AsmCpuid    PROC    USES    rbx
     jrcxz   @F\r
     mov     [rcx], ebx\r
 @@:\r
-    mov     rcx, [rsp + 30h]\r
+    mov     rcx, [rsp + 38h]\r
     jrcxz   @F\r
     mov     [rcx], edx\r
 @@:\r