]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/WriteCr4.S
sync comments.
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / WriteCr4.S
index 4b65a26f711d28d05c1bad376f20e9128b917a04..ddf9486bc9ec21d5e990d6e3acb3a0c70f2e4a7d 100644 (file)
@@ -1,6 +1,6 @@
 #------------------------------------------------------------------------------\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
@@ -11,7 +11,7 @@
 #\r
 # Module Name:\r
 #\r
-#   WriteCr4.Asm\r
+#   WriteCr4.S\r
 #\r
 # Abstract:\r
 #\r
@@ -28,8 +28,8 @@
 #   IN      UINTN                     Cr4\r
 #   );\r
 #------------------------------------------------------------------------------\r
-.global _AsmWriteCr4\r
-_AsmWriteCr4:\r
+.globl ASM_PFX(AsmWriteCr4)\r
+ASM_PFX(AsmWriteCr4):\r
     movl    4(%esp), %eax\r
     movl    %eax, %cr4\r
     ret\r