Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2020 01:36:45 +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: r357187 - head/sys/x86/x86
Message-ID:  <202001280136.00S1ajSb005580@repo.freebsd.org>

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



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