diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2010-01-27 15:29:09 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2010-01-27 15:29:09 +0000 |
| commit | cc1892fa5e242028be01c9912752afdb2154a8ad (patch) | |
| tree | be816afd88ff039d5a6d07a9e5ae9f3beae9e32c | |
| parent | 99221e6464a1d0e4500e8c0a40c45066b79e1f68 (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/pmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index b3290d7da70f0..8b5e97140c5ba 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -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_RDTUN, &pg_ps_enabled, 0, "Are large page mappings enabled?"); |
