From: Katy Feng Date: Tue, 22 Aug 2023 18:11:41 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01d4788e191d1a846dbe7220442e25bba2cb545c;p=thirdparty%2Fopen-vm-tools.git Change to common header file 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 4e3df6d26..dcf1a98e8 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -581,7 +581,7 @@ FLAG( 7, 0, EDX, 11, 1, RTM_ALWAYS_ABORT, NO, 0 ) \ FLAG( 7, 0, EDX, 13, 1, RTM_FORCE_ABORT, NO, 0 ) \ 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, 16, 1, TSXLDTRK, YES, 21 ) \ FLAG( 7, 0, EDX, 18, 1, PCONFIG, NO, 0 ) \ FLAG( 7, 0, EDX, 19, 1, ARCH_LBR, YES, 20 ) \ FLAG( 7, 0, EDX, 20, 1, CET_IBT, YES, 20 ) \