Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2020 01:37:21 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357188 - head/sys/x86/x86
Message-ID:  <202001280137.00S1bLAc005651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem
Date: Tue Jan 28 01:37:20 2020
New Revision: 357188
URL: https://svnweb.freebsd.org/changeset/base/357188

Log:
  x86: identcpu: Decode new Intel Structured Extended feature bits

Modified:
  head/sys/x86/x86/identcpu.c

Modified: head/sys/x86/x86/identcpu.c
==============================================================================
--- head/sys/x86/x86/identcpu.c	Tue Jan 28 01:36:45 2020	(r357187)
+++ head/sys/x86/x86/identcpu.c	Tue Jan 28 01:37:20 2020	(r357188)
@@ -1024,10 +1024,12 @@ printcpuinfo(void)
 				       "\020"
 				       "\003AVX512_4VNNIW"
 				       "\004AVX512_4FMAPS"
+				       "\005FSRM"
 				       "\011AVX512VP2INTERSECT"
 				       "\013MD_CLEAR"
 				       "\016TSXFA"
 				       "\023PCONFIG"
+				       "\025IBT"
 				       "\033IBPB"
 				       "\034STIBP"
 				       "\035L1DFL"



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