From owner-freebsd-hackers@FreeBSD.ORG Tue Jun 24 09:52:35 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 95AD237B401 for ; Tue, 24 Jun 2003 09:52:35 -0700 (PDT) Received: from hysteria.spc.org (hysteria.spc.org [195.206.69.234]) by mx1.FreeBSD.org (Postfix) with SMTP id BE7B943F3F for ; Tue, 24 Jun 2003 09:52:34 -0700 (PDT) (envelope-from bms@hysteria.spc.org) Received: (qmail 11209 invoked by uid 5013); 24 Jun 2003 16:50:58 -0000 Date: Tue, 24 Jun 2003 17:50:58 +0100 From: Bruce M Simpson To: hackers@freebsd.org Message-ID: <20030624165058.GM23471@spc.org> References: <20030624111942.GO31354@spc.org> <20030624131748.GB58305@HAL9000.homeunix.com> <20030624133813.GR31354@spc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030624133813.GR31354@spc.org> User-Agent: Mutt/1.4.1i Subject: Re: Page Coloring Defines in vm_page.h X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2003 16:52:35 -0000 On Tue, Jun 24, 2003 at 02:38:13PM +0100, Bruce M Simpson wrote: > The names of the definitions as they stand are perhaps slightly misleading > in this respect. PQ_L2_SIZE might be better renamed PQ_SETSIZE and defined > in terms of PQ_CACHESIZE/PQ_NSETS. [snip] Bikeshed, but it would still be nice to document the above. BMS