svn commit: r347625 - head/sys/x86/x86

Konstantin Belousov kib at FreeBSD.org
Wed May 15 17:55:42 UTC 2019


Author: kib
Date: Wed May 15 17:55:41 2019
New Revision: 347625
URL: https://svnweb.freebsd.org/changeset/base/347625

Log:
  Properly announce MD_CLEAR.
  
  Submitted by:	Petr Lampa <lampa at fit.vutbr.cz>
  MFC after:	3 days

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

Modified: head/sys/x86/x86/identcpu.c
==============================================================================
--- head/sys/x86/x86/identcpu.c	Wed May 15 17:50:17 2019	(r347624)
+++ head/sys/x86/x86/identcpu.c	Wed May 15 17:55:41 2019	(r347625)
@@ -995,6 +995,7 @@ printcpuinfo(void)
 				printf("\n  Structured Extended Features3=0x%b",
 				    cpu_stdext_feature3,
 				       "\020"
+				       "\013MD_CLEAR"
 				       "\016TSXFA"
 				       "\033IBPB"
 				       "\034STIBP"


More information about the svn-src-all mailing list