]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/CpuIA32.asm
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Cpu / Pentium / CpuIA32Lib / IA32 / CpuIA32.asm
index 38d3c49744ee4038c5a4079e06e4bd9d1862c104..878be4d80a0accfb632318c824fd9c4865a43655 100644 (file)
@@ -1,6 +1,6 @@
 ;/*++\r
 ;\r
-;Copyright (c) 2006, Intel Corporation. All rights reserved.<BR>\r
+;Copyright (c) 2006 - 2010, 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
@@ -140,7 +140,7 @@ EfiDisableCache  ENDP
 ;  VOID\r
 ;  )\r
 EfiEnableCache PROC C PUBLIC\r
-    invd\r
+    wbinvd\r
     mov   eax, cr0\r
     and   eax, 09fffffffh         \r
     mov   cr0, eax\r