From: Kruti Date: Fri, 23 Feb 2024 10:25:10 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c35063e1280f549342a993453cadff3cc12b8ca6;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 4f419765f..5af7ae7c8 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -1,5 +1,6 @@ /********************************************************* - * Copyright (C) 1998-2023 VMware, Inc. All rights reserved. + * Copyright (c) 1998-2023 Broadcom. All rights reserved. + * The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. * * 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 @@ -611,7 +612,7 @@ FLAG( 7, 1, EAX, 23, 1, AVX_IFMA, NO, 0 ) \ FLAG( 7, 1, EAX, 26, 1, LAM, NO, 0 ) \ FLAG( 7, 1, EAX, 27, 1, MSRLIST, NO, 0 ) \ FLAG( 7, 1, EBX, 0, 1, LEAF7_PPIN, NO, 0 ) \ -FLAG( 7, 1, EDX, 4, 1, AVX_VNNI_INT8, NO, 0 ) \ +FLAG( 7, 1, EDX, 4, 1, AVX_VNNI_INT8, YES, FUT ) \ FLAG( 7, 1, EDX, 5, 1, AVX_NE_CONVERT, NO, 0 ) \ FLAG( 7, 1, EDX, 8, 1, AMX_COMPLEX, NO, 0 ) \ FLAG( 7, 1, EDX, 14, 1, PREFETCHI, YES, 21 ) \