Module Name: src
Committed By: msaitoh
Date: Tue May 14 18:11:34 UTC 2019
Modified Files:
src/sys/arch/x86/include: specialreg.h
Log Message:
Add snprintb's string for cpuid7 edx bit 10 "MD_CLEAR".
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/sys/arch/x86/include/specialreg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x86/include/specialreg.h
diff -u src/sys/arch/x86/include/specialreg.h:1.144 src/sys/arch/x86/include/specialreg.h:1.145
--- src/sys/arch/x86/include/specialreg.h:1.144 Tue May 14 16:59:26 2019
+++ src/sys/arch/x86/include/specialreg.h Tue May 14 18:11:34 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: specialreg.h,v 1.144 2019/05/14 16:59:26 maxv Exp $ */
+/* $NetBSD: specialreg.h,v 1.145 2019/05/14 18:11:34 msaitoh Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -437,6 +437,7 @@
#define CPUID_SEF_FLAGS2 "\20" \
"\3" "AVX512_4VNNIW" "\4" "AVX512_4FMAPS" \
+ "\13" "MD_CLEAR" \
"\16" "TSX_FORCE_ABORT" \
"\33" "IBRS" "\34" "STIBP" \
"\35" "L1D_FLUSH" "\36" "ARCH_CAP" "\37CORE_CAP" "\40" "SSBD"