From: John Wolfe Date: Mon, 7 Feb 2022 17:40:00 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.1.0~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a085da930a078f956192bb257de251a58e49a5f2;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 600d043f3..9d11be1ca 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -371,7 +371,7 @@ FIELD( 1, 0, EBX, 24, 8, APICID, ANY, 4 ) \ FLAG( 1, 0, ECX, 0, 1, SSE3, YES, 4 ) \ FLAG( 1, 0, ECX, 1, 1, PCLMULQDQ, YES, 4 ) \ FLAG( 1, 0, ECX, 2, 1, DTES64, NO, 0 ) \ -FLAG( 1, 0, ECX, 3, 1, MWAIT, YES, 4 ) \ +FLAG( 1, 0, ECX, 3, 1, MWAIT, YES, 7 ) \ FLAG( 1, 0, ECX, 4, 1, DSCPL, NO, 0 ) \ FLAG( 1, 0, ECX, 5, 1, VMX, YES, 8 ) \ FLAG( 1, 0, ECX, 6, 1, SMX, YES, FUT ) \