[Glibc-bsd-commits] r2945 - in trunk/kfreebsd-8/debian: . patches

Aurelien Jarno aurel32 at alioth.debian.org
Sat Jan 23 20:53:05 UTC 2010


Author: aurel32
Date: 2010-01-23 20:53:05 +0000 (Sat, 23 Jan 2010)
New Revision: 2945

Added:
   trunk/kfreebsd-8/debian/patches/021_superpages_i386.diff
Modified:
   trunk/kfreebsd-8/debian/changelog
   trunk/kfreebsd-8/debian/patches/series
Log:
  * Enable superpages by default on i386.



Modified: trunk/kfreebsd-8/debian/changelog
===================================================================
--- trunk/kfreebsd-8/debian/changelog	2010-01-23 20:37:36 UTC (rev 2944)
+++ trunk/kfreebsd-8/debian/changelog	2010-01-23 20:53:05 UTC (rev 2945)
@@ -1,3 +1,9 @@
+kfreebsd-8 (8.0-3) UNRELEASED; urgency=low
+
+  * Enable superpages by default on i386.
+
+ -- Aurelien Jarno <aurel32 at debian.org>  Sat, 23 Jan 2010 21:52:39 +0100
+
 kfreebsd-8 (8.0-2) unstable; urgency=low
 
   [ Petr Salinger ]

Added: trunk/kfreebsd-8/debian/patches/021_superpages_i386.diff
===================================================================
--- trunk/kfreebsd-8/debian/patches/021_superpages_i386.diff	                        (rev 0)
+++ trunk/kfreebsd-8/debian/patches/021_superpages_i386.diff	2010-01-23 20:53:05 UTC (rev 2945)
@@ -0,0 +1,11 @@
+--- a/sys/i386/i386/pmap.c
++++ b/sys/i386/i386/pmap.c
+@@ -216,7 +216,7 @@
+ 
+ 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?");
+ 

Modified: trunk/kfreebsd-8/debian/patches/series
===================================================================
--- trunk/kfreebsd-8/debian/patches/series	2010-01-23 20:37:36 UTC (rev 2944)
+++ trunk/kfreebsd-8/debian/patches/series	2010-01-23 20:53:05 UTC (rev 2945)
@@ -14,6 +14,7 @@
 009_disable_duped_modules.diff
 013_ip_packed.diff
 020_linker.diff 
+021_superpages_i386.diff
 102_POLL_HUP.diff
 103_stat_pipe.diff
 902_version.diff




More information about the Glibc-bsd-commits mailing list