summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/pmap.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-05-27 09:50:18 +0000
committerkib <kib@FreeBSD.org>2015-05-27 09:50:18 +0000
commit167672d7cdaca94e84f6790d7675eb001622191e (patch)
treed55321f5ed2d63f3bcfd2ab6d4225464f8351dfe /sys/amd64/amd64/pmap.c
parentb5e9f683a34cfae11787f6a95077454b1af3d30c (diff)
downloadFreeBSD-src-167672d7cdaca94e84f6790d7675eb001622191e.zip
FreeBSD-src-167672d7cdaca94e84f6790d7675eb001622191e.tar.gz
Enabled rewritten PCID support by default.
Sponsored by: The FreeBSD Foundation MFC after: 1 month
Diffstat (limited to 'sys/amd64/amd64/pmap.c')
-rw-r--r--sys/amd64/amd64/pmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c
index 118bb34..5f9ee91 100644
--- a/sys/amd64/amd64/pmap.c
+++ b/sys/amd64/amd64/pmap.c
@@ -381,7 +381,7 @@ caddr_t CADDR1 = 0;
static int pmap_flags = PMAP_PDE_SUPERPAGE; /* flags for x86 pmaps */
-int pmap_pcid_enabled = 0;
+int pmap_pcid_enabled = 1;
SYSCTL_INT(_vm_pmap, OID_AUTO, pcid_enabled, CTLFLAG_RDTUN | CTLFLAG_NOFETCH,
&pmap_pcid_enabled, 0, "Is TLB Context ID enabled ?");
int invpcid_works = 0;
OpenPOWER on IntegriCloud