KSTACK_PAGES is only an option on i386, so move it to the i386 NOTES file.

This commit is contained in:
John Baldwin 2002-07-15 19:24:50 +00:00
parent b928585573
commit 5e4fa8916d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100130

View file

@ -86,7 +86,6 @@ options BLKDEV_IOSIZE=8192
# Options for the VM subsystem # Options for the VM subsystem
options PQ_CACHESIZE=512 # color for 512k/16k cache options PQ_CACHESIZE=512 # color for 512k/16k cache
options KSTACK_PAGES=3 # number of stack pages per process
# Deprecated options supported for backwards compatibility # Deprecated options supported for backwards compatibility
#options PQ_NOOPT # No coloring #options PQ_NOOPT # No coloring
#options PQ_LARGECACHE # color for 512k/16k cache #options PQ_LARGECACHE # color for 512k/16k cache