From: VMware, Inc <> Date: Fri, 12 Apr 2013 19:38:06 +0000 (-0700) Subject: Changes in shared code that don't affect open-vm-tools functionality. X-Git-Tag: 2013.04.16-1098359~95 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b168b8afa9efcd643fe0cf6a064c5bdffbad7fa5;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 d9ba23ac5..275ea40dd 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -404,6 +404,7 @@ FLAG( 6, 0, ECX, 3, 1, ENERGY_PERF_BIAS, NA, FALSE) /* LEVEL, SUB-LEVEL, REG, POS, SIZE, NAME, MON SUPP, CPL3 */ #define CPUID_FIELD_DATA_LEVEL_7 \ FLAG( 7, 0, EBX, 0, 1, FSGSBASE, YES, FALSE) \ +FLAG( 7, 0, EBX, 1, 1, TSC_ADJUST, ANY, FALSE) \ FLAG( 7, 0, EBX, 3, 1, BMI1, YES, TRUE) \ FLAG( 7, 0, EBX, 4, 1, HLE, YES, TRUE) \ FLAG( 7, 0, EBX, 5, 1, AVX2, YES, TRUE) \