summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2016-05-23 23:00:47 +0000
committerjkim <jkim@FreeBSD.org>2016-05-23 23:00:47 +0000
commit63911f45771c4b025ae6817a985915a78927b27c (patch)
tree61889c80b64fac3a24651655051109d670484833 /sys/amd64
parent354b383b14f0dfebb04cd75b3744063b99bb44fc (diff)
downloadFreeBSD-src-63911f45771c4b025ae6817a985915a78927b27c.zip
FreeBSD-src-63911f45771c4b025ae6817a985915a78927b27c.tar.gz
Document POPCNT erratum for 6th Generation Intel Core processors.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/pmap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 06023ab..7132c57 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -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)
OpenPOWER on IntegriCloud