From owner-svn-src-stable@FreeBSD.ORG Sun Mar 20 11:58:43 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08E571065670; Sun, 20 Mar 2011 11:58:43 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EC7758FC13; Sun, 20 Mar 2011 11:58:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2KBwgWw077973; Sun, 20 Mar 2011 11:58:42 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2KBwgvL077971; Sun, 20 Mar 2011 11:58:42 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <201103201158.p2KBwgvL077971@svn.freebsd.org> From: Andriy Gapon Date: Sun, 20 Mar 2011 11:58:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219795 - stable/8/sys/amd64/conf X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2011 11:58:43 -0000 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 #####################################################################