From 3eb8434aebde9a2eebc65d57044d8ea6367d685f Mon Sep 17 00:00:00 2001 From: Oliver Kurth Date: Tue, 6 Mar 2018 10:38:42 -0800 Subject: [PATCH] Common header file change; not applicable to open-vm-tools. --- open-vm-tools/lib/include/x86cpuid.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/open-vm-tools/lib/include/x86cpuid.h b/open-vm-tools/lib/include/x86cpuid.h index bf74ab494..6c6cc2665 100644 --- a/open-vm-tools/lib/include/x86cpuid.h +++ b/open-vm-tools/lib/include/x86cpuid.h @@ -528,7 +528,8 @@ FLAG( 7, 0, ECX, 30, 1, SGX_LC, YES, 15, FALSE) \ FLAG( 7, 0, EDX, 2, 1, AVX512QVNNIW, YES, 15, TRUE) \ FLAG( 7, 0, EDX, 3, 1, AVX512QFMAPS, YES, 15, TRUE) \ FLAG( 7, 0, EDX, 26, 1, IBRSIBPB, ANY, 9, FALSE) \ -FLAG( 7, 0, EDX, 27, 1, STIBP, YES, 9, FALSE) +FLAG( 7, 0, EDX, 27, 1, STIBP, YES, 9, FALSE) \ +FLAG( 7, 0, EDX, 29, 1, ARCH_CAPABILITIES, ANY, 9, FALSE) /* LEVEL, SUB-LEVEL, REG, POS, SIZE, NAME, MON SUPP, HWV, CPL3 */ #define CPUID_FIELD_DATA_LEVEL_A \ -- 2.47.3