Enabled rewritten PCID support by default.
Sponsored by: The FreeBSD Foundation MFC after: 1 month
This commit is contained in:
parent
0bc4fe10ad
commit
1c5f423183
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user