aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/include/vmparam.h
diff options
context:
space:
mode:
authorAlan Cox <alc@FreeBSD.org>2015-06-08 04:59:32 +0000
committerAlan Cox <alc@FreeBSD.org>2015-06-08 04:59:32 +0000
commit966272ca336a1ef3705320e1e4d01a7aa810a853 (patch)
treef9c2521dff01a6c7c42ed915639dab5baafcae3d /sys/mips/include/vmparam.h
parent6f769b730c31404fc0d356be433a27ad9deda771 (diff)
downloadsrc-966272ca336a1ef3705320e1e4d01a7aa810a853.tar.gz
src-966272ca336a1ef3705320e1e4d01a7aa810a853.zip
Retire VM_FREEPOOL_CACHE as the next step in eliminating PG_CACHE pages.
Differential Revision: https://reviews.freebsd.org/D2712 Reviewed by: kib Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=284147
Diffstat (limited to 'sys/mips/include/vmparam.h')
-rw-r--r--sys/mips/include/vmparam.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/mips/include/vmparam.h b/sys/mips/include/vmparam.h
index 89caf27d296e..020d0ac0184f 100644
--- a/sys/mips/include/vmparam.h
+++ b/sys/mips/include/vmparam.h
@@ -149,13 +149,12 @@
#define VM_PHYSSEG_SPARSE
/*
- * Create three free page pools: VM_FREEPOOL_DEFAULT is the default pool
+ * Create two 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 3
-#define VM_FREEPOOL_CACHE 2
+#define VM_NFREEPOOL 2
#define VM_FREEPOOL_DEFAULT 0
#define VM_FREEPOOL_DIRECT 1