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