svn commit: r249601 - head/sys/amd64/amd64

Rui Paulo rpaulo at FreeBSD.org
Thu Apr 18 01:21:44 UTC 2013


Author: rpaulo
Date: Thu Apr 18 01:21:44 2013
New Revision: 249601
URL: http://svnweb.freebsd.org/changeset/base/249601

Log:
  Print RDSEED, ADX, and SMAP.
  
  Pointed out by:	kib

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

Modified: head/sys/amd64/amd64/identcpu.c
==============================================================================
--- head/sys/amd64/amd64/identcpu.c	Thu Apr 18 01:20:08 2013	(r249600)
+++ head/sys/amd64/amd64/identcpu.c	Thu Apr 18 01:21:44 2013	(r249601)
@@ -406,6 +406,12 @@ printcpuinfo(void)
 				       "\013INVPCID"
 				       /* Restricted Transactional Memory */
 				       "\014RTM"
+				       /* Enhanced NRBG */
+				       "\022RDSEED"
+				       /* ADCX + ADOX */
+				       "\023ADX"
+				       /* Supervisor Mode Access Prevention */
+				       "\024SMAP"
 				       );
 			}
 


More information about the svn-src-all mailing list