From owner-svn-src-all@FreeBSD.ORG Sun May 11 17:14:28 2014 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE81EB2; Sun, 11 May 2014 17:14:28 +0000 (UTC) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 95594241B; Sun, 11 May 2014 17:14:28 +0000 (UTC) Received: from [192.168.0.7] (cpc14-cmbg15-2-0-cust307.5-4.cable.virginm.net [82.26.1.52]) (authenticated bits=0) by theravensnest.org (8.14.7/8.14.7) with ESMTP id s4BHEN7x086344 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 11 May 2014 17:14:25 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r265861 - in head/sys: arm/include modules From: David Chisnall In-Reply-To: <1399813516.22079.429.camel@revolution.hippie.lan> Date: Sun, 11 May 2014 18:14:17 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: 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> <1399813516.22079.429.camel@revolution.hippie.lan> To: Ian Lepore X-Mailer: Apple Mail (2.1874) Cc: Konstantin Belousov , svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers 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 17:14:28 -0000 On 11 May 2014, at 14:05, Ian Lepore wrote: > On Sun, 2014-05-11 at 13:58 +0100, David Chisnall wrote: >> On 11 May 2014, at 13:53, Ian Lepore wrote: >>=20 >>> 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. >>=20 >> I'd be happy to test it on a 32-core machine. Are there any specific = configs you need, or is buildkernel enough? >>=20 >> David >>=20 >>=20 >=20 > Well eventually it'll need a universe build test, but any = kernel/modules > build at -j32 would be a good start. $ make universe -j64 JFLAG=3D-j64 ... -------------------------------------------------------------- >>> make universe completed on Sun May 11 15:39:02 UTC 2014 (started Sun May 11 13:22:56 UTC 2014) -------------------------------------------------------------- This is with the revision immediately before the one where you reverted = the change. (e9e7ccdea56a38ab5bee2efec955f8b14b05fd15 from the github = mirror, which corresponds to svn r265876). David=