svn commit: r354631 - head/sys/x86/x86
Scott Long
scottl at FreeBSD.org
Mon Nov 11 22:18:06 UTC 2019
Author: scottl
Date: Mon Nov 11 22:18:05 2019
New Revision: 354631
URL: https://svnweb.freebsd.org/changeset/base/354631
Log:
Add the text attribute for MDS_NO in the IA32_ARCH_CAP MSR.
Modified:
head/sys/x86/x86/identcpu.c
Modified: head/sys/x86/x86/identcpu.c
==============================================================================
--- head/sys/x86/x86/identcpu.c Mon Nov 11 21:59:20 2019 (r354630)
+++ head/sys/x86/x86/identcpu.c Mon Nov 11 22:18:05 2019 (r354631)
@@ -1045,6 +1045,7 @@ printcpuinfo(void)
"\003RSBA"
"\004SKIP_L1DFL_VME"
"\005SSB_NO"
+ "\006MDS_NO"
);
}
More information about the svn-src-head
mailing list