Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x86/include Add snprintb's string for cpuid7 edx bi...
details: https://anonhg.NetBSD.org/src/rev/fe7e0aea115a
branches: trunk
changeset: 456555:fe7e0aea115a
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue May 14 18:11:34 2019 +0000
description:
Add snprintb's string for cpuid7 edx bit 10 "MD_CLEAR".
diffstat:
sys/arch/x86/include/specialreg.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b3593270d6d9 -r fe7e0aea115a sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Tue May 14 16:59:25 2019 +0000
+++ b/sys/arch/x86/include/specialreg.h Tue May 14 18:11:34 2019 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index