summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
-rw-r--r--sys/conf/options1
2 files changed, 4 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b11bb9e..9bab666 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -74,8 +74,10 @@ options DFLDSIZ="(256*1024*1024)"
options BLKDEV_IOSIZE=8192
# Options for the VM subsystem
+options PQ_CACHESIZE=512 # color for 512k/16k cache
+# Deprecated options supported for backwards compatibility
#options PQ_NOOPT # No coloring
-options PQ_LARGECACHE # color for 512k/16k cache
+#options PQ_LARGECACHE # color for 512k/16k cache
#options PQ_HUGECACHE # color for 1024k/16k cache
#options PQ_MEDIUMCACHE # color for 64k/16k cache
#options PQ_NORMALCACHE # color for 256k/16k cache
diff --git a/sys/conf/options b/sys/conf/options
index 7b8552d..0333042 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -361,6 +361,7 @@ PQ_NORMALCACHE opt_vmpage.h
PQ_MEDIUMCACHE opt_vmpage.h
PQ_LARGECACHE opt_vmpage.h
PQ_HUGECACHE opt_vmpage.h
+PQ_CACHESIZE opt_vmpage.h
# Standard SMP options
SMP opt_global.h
OpenPOWER on IntegriCloud