Change the default value for the flag enabling superpage mapping and

promotion to "on".
This commit is contained in:
Alan Cox 2010-02-01 17:36:48 +00:00
parent f0f77f7219
commit bda39c37f1

View file

@ -217,7 +217,7 @@ static int pat_works = 0; /* Is page attribute table sane? */
SYSCTL_NODE(_vm, OID_AUTO, pmap, CTLFLAG_RD, 0, "VM/pmap parameters");
static int pg_ps_enabled;
static int pg_ps_enabled = 1;
SYSCTL_INT(_vm_pmap, OID_AUTO, pg_ps_enabled, CTLFLAG_RDTUN, &pg_ps_enabled, 0,
"Are large page mappings enabled?");