Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-doc
Path: blob/main/website/static/security/patches/EN-14:07/pmap.patch
18096 views
1
Index: sys/amd64/amd64/pmap.c
2
===================================================================
3
--- sys/amd64/amd64/pmap.c (revision 267572)
4
+++ sys/amd64/amd64/pmap.c (working copy)
5
@@ -367,7 +367,7 @@ static int pmap_flags = PMAP_PDE_SUPERPAGE; /* fla
6
7
static struct unrhdr pcid_unr;
8
static struct mtx pcid_mtx;
9
-int pmap_pcid_enabled = 1;
10
+int pmap_pcid_enabled = 0;
11
SYSCTL_INT(_vm_pmap, OID_AUTO, pcid_enabled, CTLFLAG_RDTUN, &pmap_pcid_enabled,
12
0, "Is TLB Context ID enabled ?");
13
int invpcid_works = 0;
14
15