From: John Wolfe Date: Fri, 22 Jan 2021 20:25:41 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~176 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41b2a9b1f07e4e1971f7523290c9443d0b251f29;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 e068fefb0..802324cbd 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -566,7 +566,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_FORCE_ABORT, NO, 0 ) \ -FLAG( 7, 0, EDX, 14, 1, SERIALIZE, YES, FUT ) \ +FLAG( 7, 0, EDX, 14, 1, SERIALIZE, YES, 20 ) \ 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 ) \