]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Disable amd64 TLB Context ID (pcid) by default for now
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Mar 2014 21:51:09 +0000 (21:51 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 4 Mar 2014 21:51:09 +0000 (21:51 +0000)
commit102f99d59345d929c1f5cce08c436a59189c1f79
tree52abc2a834e0fa5629e6caebf9b45d2d65ec5dbc
parent3f1833976aed3b992263f1157d071e9e325a1f38
Disable amd64 TLB Context ID (pcid) by default for now

There are a number of reports of userspace application crashes that
are "solved" by setting vm.pmap.pcid_enabled=0, including Java and the
x11/mate-terminal port (PR ports/184362).

For now apply a band-aid of disabling pcid by default in stable/10.

Sponsored by: The FreeBSD Foundation

git-svn-id: svn://svn.freebsd.org/base/stable/10@262753 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/amd64/amd64/pmap.c