]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Cpu/Pentium/CpuIA32Lib/IA32/CpuIA32.S
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Cpu / Pentium / CpuIA32Lib / IA32 / CpuIA32.S
index 35cb4957c487bef5052bd478009ee6f75ffb9b80..acc2b2e9c9dee70963e198ee0207b977ae0e2567 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
@@ -157,7 +157,7 @@ L2:
 #  VOID\r
 #  )\r
 ASM_PFX(EfiEnableCache):\r
-    invd\r
+    wbinvd\r
     movl  %cr0, %eax\r
     andl  $0x9fffffff, %eax\r
     movl  %eax, %cr0\r