Date: Mon, 23 May 2016 23:00:48 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300543 - head/sys/amd64/amd64 Message-ID: <201605232300.u4NN0m3v022465@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Mon May 23 23:00:47 2016 New Revision: 300543 URL: https://svnweb.freebsd.org/changeset/base/300543 Log: Document POPCNT erratum for 6th Generation Intel Core processors. Modified: head/sys/amd64/amd64/pmap.c Modified: head/sys/amd64/amd64/pmap.c ============================================================================== --- head/sys/amd64/amd64/pmap.c Mon May 23 22:01:06 2016 (r300542) +++ head/sys/amd64/amd64/pmap.c Mon May 23 23:00:47 2016 (r300543) @@ -3139,6 +3139,7 @@ retry: * Reference numbers for erratas are * 4th Gen Core: HSD146 * 5th Gen Core: BDM85 + * 6th Gen Core: SKL029 */ static int popcnt_pc_map_elem_pq(uint64_t elem)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605232300.u4NN0m3v022465>