mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Change the default value for the flag enabling superpage mapping and
promotion to "on".
This commit is contained in:
parent
f0f77f7219
commit
bda39c37f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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?");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue