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

Rui Paulo rpaulo at FreeBSD.org
Sat May 11 01:31:52 UTC 2013


Author: rpaulo
Date: Sat May 11 01:31:51 2013
New Revision: 250495
URL: http://svnweb.freebsd.org/changeset/base/250495

Log:
  Fix several standard extended feature bits.
  
  Submitted by:	Oliver Pinter <oliver.pntr at gmail.com>

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

Modified: head/sys/amd64/amd64/identcpu.c
==============================================================================
--- head/sys/amd64/amd64/identcpu.c	Sat May 11 01:03:29 2013	(r250494)
+++ head/sys/amd64/amd64/identcpu.c	Sat May 11 01:31:51 2013	(r250495)
@@ -407,11 +407,11 @@ printcpuinfo(void)
 				       /* Restricted Transactional Memory */
 				       "\014RTM"
 				       /* Enhanced NRBG */
-				       "\022RDSEED"
+				       "\023RDSEED"
 				       /* ADCX + ADOX */
-				       "\023ADX"
+				       "\024ADX"
 				       /* Supervisor Mode Access Prevention */
-				       "\024SMAP"
+				       "\025SMAP"
 				       );
 			}
 


More information about the svn-src-head mailing list