]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/CpuIA32.c
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Cpu / Pentium / CpuIA32Lib / IA32 / CpuIA32.c
index 6572bbd8f5699e2e532e324f3bd4445114b1afcc..b4dc7e0b226881dfa3f319133894d531a3e66d1b 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
@@ -118,7 +118,7 @@ VOID
 EfiEnableCache (VOID)\r
 {\r
   __asm {\r
-    invd\r
+    wbinvd\r
     mov   eax, cr0\r
     and   eax, 09fffffffh         \r
     mov   cr0, eax\r