From: Oliver Kurth Date: Tue, 24 Oct 2017 21:07:33 +0000 (-0700) Subject: Common header file changed; not applicable to open-vm-tools. X-Git-Tag: stable-10.3.0~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07973b8c75feafba8c5ea400a87d0f03cdea744d;p=thirdparty%2Fopen-vm-tools.git Common header file changed; 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 deef80df5..153927064 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -671,7 +671,7 @@ FIELD( 12, 3, EDX, 0, 20, EPC01_SIZE_HIGH, NO, 0, FALSE) /* LEVEL, SUB-LEVEL, REG, POS, SIZE, NAME, MON SUPP, HWV, CPL3 */ #define CPUID_FIELD_DATA_LEVEL_14 \ -FIELD( 14, 0, EAX, 0, 32, MAX_SUB_LEAF, YES, 15, FALSE) \ +FIELD( 14, 0, EAX, 0, 32, MAX_PT_SUB_LEAF, YES, 15, FALSE) \ FLAG( 14, 0, EBX, 0, 1, CR3FTR_AND_MATCHMSR_AVAILABLE, YES, 15, FALSE) \ FLAG( 14, 0, EBX, 1, 1, PSB_AND_CYCLE_ACCURATE_MODE, YES, 15, FALSE) \ FLAG( 14, 0, EBX, 2, 1, IP_TRACESTOP_FTR_PTMSR_PERSIST, YES, 15, FALSE) \