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

Reply via email to