Date: Mon, 5 Nov 2007 20:18:14 GMT From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 128698 for review Message-ID: <200711052018.lA5KIEme020566@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=128698 Change 128698 by gonzo@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711052018.lA5KIEme020566>