From owner-freebsd-hackers Thu Jan 14 20:02:35 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA09323 for freebsd-hackers-outgoing; Thu, 14 Jan 1999 20:02:35 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from iquest3.iquest.net (iquest3.iquest.net [209.43.20.203]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA09317 for ; Thu, 14 Jan 1999 20:02:34 -0800 (PST) (envelope-from dyson@dyson.iquest.net) Received: (qmail 13585 invoked from network); 15 Jan 1999 04:01:22 -0000 Received: from dyson.iquest.net (198.70.144.127) by iquest3.iquest.net with SMTP; 15 Jan 1999 04:01:22 -0000 Received: (from root@localhost) by dyson.iquest.net (8.9.1/8.9.1) id XAA18990; Thu, 14 Jan 1999 23:01:19 -0500 (EST) From: "John S. Dyson" Message-Id: <199901150401.XAA18990@dyson.iquest.net> Subject: Re: Review and report of linux kernel VM In-Reply-To: <199901142323.PAA07241@lestat.nas.nasa.gov> from Jason Thorpe at "Jan 14, 99 03:23:20 pm" To: thorpej@nas.nasa.gov Date: Thu, 14 Jan 1999 23:01:18 -0500 (EST) Cc: dyson@dyson.iquest.net, dillon@apollo.backplane.com, root@dyson.iquest.net, dg@root.com, jkh@FreeBSD.ORG, hackers@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Thu, 14 Jan 1999 17:57:57 -0500 (EST) > "John S. Dyson" wrote: > > > implementations, but also adds overhead. It would be "nice" to be able > > for the upper level VM code to simply modify page table entries sometimes, > > wouldn't it? One thing that I did in the FreeBSD code was to minimize the > > It would? What if your architecture doesn't use page tables, in the > traditional sense? (There are at least a couple modern RISC architectures > for which this is the case...) > In those cases, then they simulate the page table schemes. (I am VERY familiar with such, currently doing a port to such a machine.) However, if you look at the VM code, the issues of the layer transitions are significant. It is clear that there is *something* wrong with the place where the layering is between the upper and lower level VM code. I am not sure where to put it though. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message