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

Conrad Meyer cem at FreeBSD.org
Tue Jan 28 01:36:46 UTC 2020


Author: cem
Date: Tue Jan 28 01:36:45 2020
New Revision: 357187
URL: https://svnweb.freebsd.org/changeset/base/357187

Log:
  x86: identcpu: Decode new Zen2 AMD Feature2 bit

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

Modified: head/sys/x86/x86/identcpu.c
==============================================================================
--- head/sys/x86/x86/identcpu.c	Tue Jan 28 00:36:46 2020	(r357186)
+++ head/sys/x86/x86/identcpu.c	Tue Jan 28 01:36:45 2020	(r357187)
@@ -933,7 +933,7 @@ printcpuinfo(void)
 				"\034PTSC"	/* Performance TSC */
 				"\035PL2I"	/* L2I perf count */
 				"\036MWAITX"	/* MONITORX/MWAITX instructions */
-				"\037<b30>"
+				"\037ADMSKX"	/* Address mask extension */
 				"\040<b31>"
 				);
 			}


More information about the svn-src-all mailing list