Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Mar 2011 11:58:42 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r219795 - stable/8/sys/amd64/conf
Message-ID:  <201103201158.p2KBwgvL077971@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: avg
Date: Sun Mar 20 11:58:42 2011
New Revision: 219795
URL: http://svn.freebsd.org/changeset/base/219795

Log:
  MFC r219525: amd64/NOTES: use a greater number in KSTACK_PAGES example

Modified:
  stable/8/sys/amd64/conf/NOTES
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)

Modified: stable/8/sys/amd64/conf/NOTES
==============================================================================
--- stable/8/sys/amd64/conf/NOTES	Sun Mar 20 09:08:45 2011	(r219794)
+++ stable/8/sys/amd64/conf/NOTES	Sun Mar 20 11:58:42 2011	(r219795)
@@ -550,7 +550,7 @@ options 	LINSYSFS
 # KSTACK_PAGES is the number of memory pages to assign to the kernel
 # stack of each thread.
 
-options 	KSTACK_PAGES=3
+options 	KSTACK_PAGES=5
 
 #####################################################################
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103201158.p2KBwgvL077971>