]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ipf/AccessGcr.s
Update copyright for files modified in this year
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ipf / AccessGcr.s
index dc038ff338899a8a048a29aaa0d2fa0ef7592a29..97e95a30c5ddf7c53f3864b8dd8183510f6b2ee6 100644 (file)
@@ -1,7 +1,7 @@
 /// @file\r
 ///  IPF specific Global Control Registers accessing functions\r
 ///\r
-/// Copyright (c) 2006, Intel Corporation\r
+/// Copyright (c) 2006 - 2008, Intel Corporation\r
 /// All rights reserved. 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
@@ -205,18 +205,18 @@ AsmReadIva::
 .type   AsmWriteIva, @function\r
 .proc   AsmWriteIva\r
 .regstk 1, 3, 0, 0\r
-
+\r
         alloc loc1=ar.pfs,1,4,0,0 ;;\r
-
-        mov         loc2 = psr
-        rsm         0x6000                      // Make sure interrupts are masked
+\r
+        mov         loc2 = psr\r
+        rsm         0x6000                      // Make sure interrupts are masked\r
 \r
 AsmWriteIva::\r
         mov            cr.iva = in0\r
-        srlz.i;;
-        mov         psr.l = loc2;;
-        srlz.i;;
-        srlz.d;;
+        srlz.i;;\r
+        mov         psr.l = loc2;;\r
+        srlz.i;;\r
+        srlz.d;;\r
         mov ar.pfs=loc1 ;;\r
         mov            r8 = in0;;\r
         br.ret.dpnt    b0;;\r
@@ -271,4 +271,4 @@ AsmWritePta::
          srlz.i;;\r
          srlz.d;;\r
          br.ret.dpnt    b0;;\r
-.endp    AsmWritePta
\ No newline at end of file
+.endp    AsmWritePta\r