From owner-cvs-all@FreeBSD.ORG Sun Apr 15 19:58:29 2007 Return-Path: X-Original-To: cvs-all@freebsd.org Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6524216A408 for ; Sun, 15 Apr 2007 19:58:29 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.238]) by mx1.freebsd.org (Postfix) with ESMTP id 1206D13C46C for ; Sun, 15 Apr 2007 19:58:28 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so1104654nza for ; Sun, 15 Apr 2007 12:58:28 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=YuiQlFNp5j1EqFL6KTxTAh3Ugd+sssvKbEmKBVSGnb1bUkgBY4c7uCygGoxhru71ngvQ7WiLIhDTc026lHATlS/woBLcLOsFof7FCI5xf0XocX5Swn1y0dlEd2jjlAmQdJ8mClE6nPQTiLh2Xlf8Qqn57EL4eLeaFdEjzlSd1G4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LBkDR3cPYjTPBsW5X97oxgoKbTaZeFFD+JH7SgR5azrkPXDACuJiZL2lF3CYAIaotcI61aEvubPYszPkL/bhH4a6x1jzyhGADp1/SUGI1wbCaiAvHGatxG5Msr/E4FJLr0muHy3vis0b8AND95dMCmg8XVDXibEbf8VrDIc/wXA= Received: by 10.65.242.10 with SMTP id u10mr10525689qbr.1176667108378; Sun, 15 Apr 2007 12:58:28 -0700 (PDT) Received: by 10.65.182.19 with HTTP; Sun, 15 Apr 2007 12:58:28 -0700 (PDT) Message-ID: Date: Sun, 15 Apr 2007 12:58:28 -0700 From: "Kip Macy" To: "Ruslan Ermilov" , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org In-Reply-To: <20070415195143.GB45629@rambler-co.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200704151903.l3FJ3kqt096028@repoman.freebsd.org> <20070415195143.GB45629@rambler-co.ru> Cc: Subject: Re: cvs commit: src/sys/dev/cxgb/sys uipc_mvec.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Apr 2007 19:58:29 -0000 Now that you've chimed in, I have a closely related question for you. Why are kernel modules built serially? -Kip On 4/15/07, Ruslan Ermilov wrote: > On Sun, Apr 15, 2007 at 12:16:10PM -0700, Kip Macy wrote: > > Thanks and sorry again. I need to make LINT on 32-bit arches as well :-( > > > > On 4/15/07, Matt Jacob wrote: > > >mjacob 2007-04-15 19:03:45 UTC > > > > > > FreeBSD src repository > > > > > > Modified files: > > > sys/dev/cxgb/sys uipc_mvec.c > > > Log: > > > Use %j and args cast to uintmax_t to print bus_addr_t && length args. > > > > > > Revision Changes Path > > > 1.9 +2 -2 src/sys/dev/cxgb/sys/uipc_mvec.c > > > > > "make -DNO_CLEAN universe". The last week was the winner > in breaking the world/kernel build. > > > Cheers, > -- > Ruslan Ermilov > ru@FreeBSD.org > FreeBSD committer >