svn commit: r310130 - head/sys/mips/conf

Adrian Chadd adrian at FreeBSD.org
Fri Dec 16 00:04:34 UTC 2016


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


More information about the svn-src-head mailing list