From: John Wolfe Date: Tue, 22 Dec 2020 20:22:03 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec004f0853468937b8e1e7b25f5062c58d131e2;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 62e38e8e1..4ffa85b85 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -565,7 +565,7 @@ FLAG( 7, 0, EDX, 5, 1, UINTR, NO, 0 ) \ FLAG( 7, 0, EDX, 8, 1, AVX512VP2INTERSECT, YES, 18 ) \ FLAG( 7, 0, EDX, 10, 1, MDCLEAR, YES, 9 ) \ FLAG( 7, 0, EDX, 13, 1, TSX_MICROCODE_UPDATE, NO, 0 ) \ -FLAG( 7, 0, EDX, 14, 1, SERIALIZE, NO, 0 ) \ +FLAG( 7, 0, EDX, 14, 1, SERIALIZE, YES, FUT ) \ FLAG( 7, 0, EDX, 15, 1, HYBRID, NO, 0 ) \ FLAG( 7, 0, EDX, 16, 1, TSXLDTRK, NO, 0 ) \ FLAG( 7, 0, EDX, 18, 1, PCONFIG, NO, 0 ) \