Date: Fri, 16 Dec 2016 00:04:33 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r310130 - head/sys/mips/conf Message-ID: <201612160004.uBG04X5f076580@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adrian Date: Fri Dec 16 00:04:32 2016 New Revision: 310130 URL: https://svnweb.freebsd.org/changeset/base/310130 Log: [ar933x] don't waste memory/flash; drop the UMTX_CHAINS count down to 16. Modified: head/sys/mips/conf/std.AR933X Modified: head/sys/mips/conf/std.AR933X ============================================================================== --- head/sys/mips/conf/std.AR933X Thu Dec 15 22:39:52 2016 (r310129) +++ head/sys/mips/conf/std.AR933X Fri Dec 16 00:04:32 2016 (r310130) @@ -27,6 +27,8 @@ options KDB options ALQ options ALT_BREAK_TO_DEBUGGER +options UMTX_CHAINS=16 + options SCHED_4BSD #4BSD scheduler options INET #InterNETworking #options INET6 #InterNETworking
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612160004.uBG04X5f076580>