From owner-cvs-src@FreeBSD.ORG Thu Aug 7 05:51:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B60C037B401; Thu, 7 Aug 2003 05:51:24 -0700 (PDT) Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE2F643FB1; Thu, 7 Aug 2003 05:51:22 -0700 (PDT) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.12.9/8.12.9) with ESMTP id h77CpLnq019145 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 7 Aug 2003 08:51:21 -0400 (EDT) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.6/8.9.1) id h77CpGZ93235; Thu, 7 Aug 2003 08:51:16 -0400 (EDT) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16178.19268.570629.572965@grasshopper.cs.duke.edu> Date: Thu, 7 Aug 2003 08:51:16 -0400 (EDT) To: Bosko Milekic In-Reply-To: <20030806231310.GC46411@technokratis.com> References: <200308061846.h76IkmYp068237@repoman.freebsd.org> <20030806162243.A91712@grasshopper.cs.duke.edu> <3F3164D8.17704FF1@imimic.com> <16177.32077.922446.986623@grasshopper.cs.duke.edu> <20030806231310.GC46411@technokratis.com> X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid cc: "Alan L. Cox" cc: src-committers@FreeBSD.org cc: Andrew Gallatin cc: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 12:51:25 -0000 Bosko Milekic writes: > > If you're building with -j, can you try without it? I seem to recall > -j builds on i386 giving me similar results but two weeks ago. I > haven't tried with -j again since then, though. -j16 works with a kernels from July 4th and June 1, June 7 and June 10th. This is holding the src tree constant. I'm going to try with the SMALL_PIPE_SIZE fix and see if that helps. Drew