Date: Sat, 11 May 2013 01:31:52 +0000 (UTC) From: Rui Paulo <rpaulo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r250495 - head/sys/amd64/amd64 Message-ID: <201305110131.r4B1VqOM048241@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" ); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305110131.r4B1VqOM048241>