]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuPause.S
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuPause.S
index e9bf413cb6cddb549d2b3085ea7ff07019c6e3ef..b5eebb798606d0673b3a1babedb4898776304f45 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------ ;\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
@@ -10,7 +10,7 @@
 #\r
 # Module Name:\r
 #\r
-#   CpuPause.Asm\r
+#   CpuPause.S\r
 #\r
 # Abstract:\r
 #\r
@@ -20,7 +20,7 @@
 #\r
 #------------------------------------------------------------------------------\r
 \r
-.globl _CpuPause\r
+ASM_GLOBAL ASM_PFX(CpuPause)\r
 \r
 #------------------------------------------------------------------------------\r
 # VOID\r
@@ -29,6 +29,6 @@
 #   VOID\r
 #   );\r
 #------------------------------------------------------------------------------\r
-_CpuPause:\r
+ASM_PFX(CpuPause):\r
     pause\r
     ret\r