From: Oliver Kurth Date: Wed, 10 Apr 2019 21:14:54 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2eb555cf6e9f8c779daf1dc9c2f7aff383d105a;p=thirdparty%2Fopen-vm-tools.git Common header file change 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 b46213ff4..df04beb2a 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -701,7 +701,7 @@ FLAG( 14, 0, ECX, 1, 1, PT_TOPA_MULTI, YES, FUT ) \ FLAG( 14, 0, ECX, 2, 1, PT_SRO, YES, FUT ) \ FLAG( 14, 0, ECX, 3, 1, PT_TRACE_TRANS, NO, 0 ) \ FLAG( 14, 0, ECX, 31, 1, PT_LIP, YES, FUT ) \ -FIELD( 14, 1, EAX, 0, 2, PT_NUM_ADDR_RANGES, YES, FUT ) \ +FIELD( 14, 1, EAX, 0, 3, PT_NUM_ADDR_RANGES, YES, FUT ) \ FIELD( 14, 1, EAX, 16, 16, PT_AVAIL_MTC_ENCS, YES, FUT ) \ FIELD( 14, 1, EBX, 0, 16, PT_AVAIL_CYC_THRESH_ENCS, YES, FUT ) \ FIELD( 14, 1, EBX, 16, 16, PT_AVAIL_PSB_FREQ_ENCS, YES, FUT ) \