Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2010 17:36:48 +0000 (UTC)
From:      Alan Cox <alc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203351 - head/sys/i386/i386
Message-ID:  <201002011736.o11HamNe024852@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: alc
Date: Mon Feb  1 17:36:48 2010
New Revision: 203351
URL: http://svn.freebsd.org/changeset/base/203351

Log:
  Change the default value for the flag enabling superpage mapping and
  promotion to "on".

Modified:
  head/sys/i386/i386/pmap.c

Modified: head/sys/i386/i386/pmap.c
==============================================================================
--- head/sys/i386/i386/pmap.c	Mon Feb  1 17:26:58 2010	(r203350)
+++ head/sys/i386/i386/pmap.c	Mon Feb  1 17:36:48 2010	(r203351)
@@ -217,7 +217,7 @@ static int pat_works = 0;		/* Is page at
 
 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?");
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002011736.o11HamNe024852>