From: VMware, Inc <> Date: Fri, 12 Apr 2013 19:43:32 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2013.04.16-1098359~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5216e264e6df11205fd99f2220b285fc3d5521ca;p=thirdparty%2Fopen-vm-tools.git Changes in shared code that don't affect open-vm-tools functionality. Signed-off-by: Dmitry Torokhov --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index 2ca884a8b..cec76c98f 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -409,7 +409,7 @@ FLAG( 7, 0, EBX, 5, 1, AVX2, YES, TRUE) FLAG( 7, 0, EBX, 7, 1, SMEP, YES, FALSE) \ FLAG( 7, 0, EBX, 8, 1, BMI2, YES, TRUE) \ FLAG( 7, 0, EBX, 9, 1, ENFSTRG, YES, FALSE) \ -FLAG( 7, 0, EBX, 10, 1, INVPCID, NO, FALSE) \ +FLAG( 7, 0, EBX, 10, 1, INVPCID, YES, FALSE) \ FLAG( 7, 0, EBX, 11, 1, RTM, YES, TRUE) \ FLAG( 7, 0, EBX, 13, 1, FP_SEGMENT_ZERO, YES, TRUE)