Date: Thu, 18 Apr 2013 01:21:44 +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: r249601 - head/sys/amd64/amd64 Message-ID: <201304180121.r3I1LiJw037289@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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" ); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304180121.r3I1LiJw037289>