Change the default value for the flag enabling superpage mapping and

promotion to "on".

Reminded by:	jhb
Tested by:	kris
This commit is contained in:
Alan Cox 2008-12-06 19:37:52 +00:00
parent f45dd01002
commit e0d315046b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185715

View File

@ -180,7 +180,7 @@ pt_entry_t pg_nx;
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_RD, &pg_ps_enabled, 0,
"Are large page mappings enabled?");