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

Jung-uk Kim jkim at FreeBSD.org
Mon May 23 23:00:49 UTC 2016


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)


More information about the svn-src-head mailing list