From owner-freebsd-hackers@FreeBSD.ORG Sat Mar 26 22:55:22 2005 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 0CE4B16A4CE for ; Sat, 26 Mar 2005 22:55:22 +0000 (GMT) Received: from arginine.spc.org (arginine.spc.org [83.167.185.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BF5143D46 for ; Sat, 26 Mar 2005 22:55:21 +0000 (GMT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 1D2D665211; Sat, 26 Mar 2005 22:52:14 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 44160-04-2; Sat, 26 Mar 2005 22:52:13 +0000 (GMT) Received: from empiric.dek.spc.org (66-117-149-249.rdsl.lmi.net [66.117.149.249]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id EC1BB651F7; Sat, 26 Mar 2005 22:52:09 +0000 (GMT) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 378AB6893; Sat, 26 Mar 2005 14:55:09 -0800 (PST) Date: Sat, 26 Mar 2005 14:55:09 -0800 From: Bruce M Simpson To: Bao Zhao Message-ID: <20050326225508.GA715@empiric.icir.org> Mail-Followup-To: Bao Zhao , freebsd-hackers References: <20050326174436.59757.qmail@web31701.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050326174436.59757.qmail@web31701.mail.mud.yahoo.com> cc: freebsd-hackers Subject: Re: relation between PQ_CACHESIZE and PQ_L2_SIZE 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: Sat, 26 Mar 2005 22:55:22 -0000 On Sat, Mar 26, 2005 at 09:44:36AM -0800, Bao Zhao wrote: > some think it is 4-way set associative,but I think it > is the page's size-4KB. > > If I'm right, How BSD deals with 8KB page size? Please search this list's archives as there's a thread on this from a few years back (I was one of the protagonists). BMS