From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:46 +0000 (-0700) Subject: Change to common header file; not applicable to open-vm-tools. X-Git-Tag: stable-10.2.0~688 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98e46fc11a1f396e17de54955714d09d485b0bd3;p=thirdparty%2Fopen-vm-tools.git Change to common header file; not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index db19f5719..3ee03e656 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -646,9 +646,9 @@ FIELD( 15, 0, EBX, 0, 32, NUMER_TSC_TO_CORE_CRYSTAL_CLK, NO, FALSE) \ /* LEVEL, SUB-LEVEL, REG, POS, SIZE, NAME, MON SUPP, CPL3 */ #define CPUID_FIELD_DATA_LEVEL_16 \ -FIELD( 16, 0, EAX, 0, 16, PROC_BASE_FREQ, ANY, FALSE) \ -FIELD( 16, 0, EBX, 0, 16, PROC_MIN_FREQ, ANY, FALSE) \ -FIELD( 16, 0, ECX, 0, 16, BUS_FREQ, ANY, FALSE) \ +FIELD( 16, 0, EAX, 0, 16, PROC_BASE_FREQ, NO, FALSE) \ +FIELD( 16, 0, EBX, 0, 16, PROC_MIN_FREQ, NO, FALSE) \ +FIELD( 16, 0, ECX, 0, 16, BUS_FREQ, NO, FALSE) \ /* LEVEL, SUB-LEVEL, REG, POS, SIZE, NAME, MON SUPP, CPL3 */ #define CPUID_FIELD_DATA_LEVEL_400 \