svn commit: r189316 - head/sys/conf

Warner Losh imp at FreeBSD.org
Tue Mar 3 10:53:49 PST 2009


Author: imp
Date: Tue Mar  3 18:53:47 2009
New Revision: 189316
URL: http://svn.freebsd.org/changeset/base/189316

Log:
  Bump down the inline limit on MIPS.

Modified:
  head/sys/conf/kern.mk

Modified: head/sys/conf/kern.mk
==============================================================================
--- head/sys/conf/kern.mk	Tue Mar  3 18:47:33 2009	(r189315)
+++ head/sys/conf/kern.mk	Tue Mar  3 18:53:47 2009	(r189316)
@@ -91,7 +91,7 @@ INLINE_LIMIT?=	15000
 #
 .if ${MACHINE_ARCH} == "mips"
 CFLAGS+=	-msoft-float -mno-dsp
-INLINE_LIMIT?=	15000
+INLINE_LIMIT?=	8000
 .endif
 
 #


More information about the svn-src-head mailing list