From: John Wolfe Date: Fri, 22 Jan 2021 20:25:40 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.3.0~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d37933efb2dacaadc11fd5df8de51d7537bd9306;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 40309de2d..e068fefb0 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2020 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2021 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -565,7 +565,7 @@ FLAG( 7, 0, EDX, 4, 1, FAST_SHORT_REPMOV, YES, 18 ) \ 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, 13, 1, TSX_FORCE_ABORT, 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 ) \