From owner-svn-src-all@FreeBSD.ORG Sun May 11 13:05:20 2014 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D8A45E2; Sun, 11 May 2014 13:05:20 +0000 (UTC) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F24A2148; Sun, 11 May 2014 13:05:19 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1WjTRO-0003Xy-V3; Sun, 11 May 2014 13:05:19 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s4BD5GGA032849; Sun, 11 May 2014 07:05:16 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX18rB7iGomNmgqd0AewQhnfw Subject: Re: svn commit: r265861 - in head/sys: arm/include modules From: Ian Lepore To: David Chisnall In-Reply-To: <99074AB3-B833-4C8C-8925-C826259BF46A@cl.cam.ac.uk> References: <201405110043.s4B0h6B9040965@svn.freebsd.org> <20140511071002.GV74331@kib.kiev.ua> <1399812826.22079.427.camel@revolution.hippie.lan> <99074AB3-B833-4C8C-8925-C826259BF46A@cl.cam.ac.uk> Content-Type: text/plain; charset="us-ascii" Date: Sun, 11 May 2014 07:05:16 -0600 Message-ID: <1399813516.22079.429.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Konstantin Belousov , svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 13:05:20 -0000 On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote: > On 11 May 2014, at 13:53, Ian Lepore wrote: > > > Ooops, indeed, thanks. Although... it's a good change in terms of > > speeding up the build, I just didn't intend to commit it until it got > > tested with -j levels higher than I can test with my little 6-core > > machine. > > I'd be happy to test it on a 32-core machine. Are there any specific configs you need, or is buildkernel enough? > > David > > Well eventually it'll need a universe build test, but any kernel/modules build at -j32 would be a good start. -- Ian