From d4eba12bb0dc6cd347bc93d47028e0e60ebd58be Mon Sep 17 00:00:00 2001 From: Hiten Pandya Date: Mon, 9 Jun 2003 17:09:51 +0000 Subject: [PATCH] Add a comment to de-obfuscate the meaning of the PQ_CACHESIZE kernel configuration option. This created confusion resulting into a PR. PR: docs/45294 Approved by: des (mentor) Discussed with: bmilekic --- sys/conf/NOTES | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 63e9bf23ccc..3b07a992597 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -102,6 +102,7 @@ options DFLDSIZ=(1024UL*1024*1024) options BLKDEV_IOSIZE=8192 # Options for the VM subsystem +# L2 cache size (in KB) can be specified in PQ_CACHESIZE options PQ_CACHESIZE=512 # color for 512k/16k cache # Deprecated options supported for backwards compatibility #options PQ_NOOPT # No coloring