Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Nov 2019 22:18:06 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354631 - head/sys/x86/x86
Message-ID:  <201911112218.xABMI6rf065875@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
 				       );
 			}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911112218.xABMI6rf065875>