PERFORCE change 128698 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Mon Nov 5 12:18:15 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=128698

Change 128698 by gonzo at gonzo_jeeves on 2007/11/05 20:18:08

	o Three free pages pools by default
	o Add VM_FREEPOOL_CACHE

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/vmparam.h#10 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/vmparam.h#10 (text+ko) ====

@@ -111,12 +111,13 @@
 #define	VM_PHYSSEG_DENSE
 
 /*
- * Create two free page pools: VM_FREEPOOL_DEFAULT is the default pool
+ * Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool
  * from which physical pages are allocated and VM_FREEPOOL_DIRECT is
  * the pool from which physical pages for small UMA objects are
  * allocated.
  */
-#define	VM_NFREEPOOL		2
+#define	VM_NFREEPOOL		3
+#define	VM_FREEPOOL_CACHE	2
 #define	VM_FREEPOOL_DEFAULT	0
 #define	VM_FREEPOOL_DIRECT	1
 


More information about the p4-projects mailing list