From: John Wolfe Date: Fri, 11 Dec 2020 03:34:56 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~217 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5c38172e4d87342ffd8bf6f3f3e498d98705f5e;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 ad3715704..62e38e8e1 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -569,6 +569,7 @@ FLAG( 7, 0, EDX, 14, 1, SERIALIZE, NO, 0 ) \ 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 ) \ +FLAG( 7, 0, EDX, 19, 1, ARCH_LBR, NO, 0 ) \ FLAG( 7, 0, EDX, 20, 1, CET_IBT, NO, 0 ) \ FLAG( 7, 0, EDX, 22, 1, AMX_BF16, NO, 0 ) \ FLAG( 7, 0, EDX, 23, 1, AVX512FP16, NO, 0 ) \