]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuPause.asm
MdePkg/BaseCacheMaintenanceLib: Support IA32 processors without CLFLUSH
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuPause.asm
index 79a4f2f67bc369330fe59d122d02ae5b0e04e689..7a5aef59d5bed74f44a37871129e6a3db2663fec 100644 (file)
@@ -1,9 +1,9 @@
 ;------------------------------------------------------------------------------ ;\r
-; Copyright (c) 2006, Intel Corporation\r
-; All rights reserved. This program and the accompanying materials\r
+; Copyright (c) 2006, 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
@@ -21,7 +21,7 @@
 ;------------------------------------------------------------------------------\r
 \r
     .686\r
-    .model  flat\r
+    .model  flat,C\r
     .xmm\r
     .code\r
 \r
@@ -32,9 +32,9 @@
 ;   VOID\r
 ;   );\r
 ;------------------------------------------------------------------------------\r
-_CpuPause   PROC\r
+CpuPause    PROC\r
     pause\r
     ret\r
-_CpuPause   ENDP\r
+CpuPause    ENDP\r
 \r
     END\r