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>"
                                );
                        }
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to