Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2010 19:51:36 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r203630 - user/imp/tbemd/sys/conf
Message-ID:  <201002071951.o17JpaNr017730@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002071951.o17JpaNr017730>