svn commit: r203630 - user/imp/tbemd/sys/conf

Warner Losh imp at FreeBSD.org
Sun Feb 7 19:51:36 UTC 2010


Author: imp
Date: Sun Feb  7 19:51:36 2010
New Revision: 203630
URL: http://svn.freebsd.org/changeset/base/203630

Log:
  Bump the inline limit back up: that's not the point of this branch.

Modified:
  user/imp/tbemd/sys/conf/kern.mk

Modified: user/imp/tbemd/sys/conf/kern.mk
==============================================================================
--- user/imp/tbemd/sys/conf/kern.mk	Sun Feb  7 19:49:01 2010	(r203629)
+++ user/imp/tbemd/sys/conf/kern.mk	Sun Feb  7 19:51:36 2010	(r203630)
@@ -84,7 +84,7 @@ INLINE_LIMIT?=	15000
 #
 .if ${MACHINE_CPUARCH} == "mips"
 CFLAGS+=	-msoft-float
-INLINE_LIMIT?=	80
+INLINE_LIMIT?=	8000
 .endif
 
 #


More information about the svn-src-user mailing list