Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 29 Jan 2002 06:24:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 29 Jan 2002 06:24:25 -0500 Received: from dsl-213-023-043-145.arcor-ip.net ([213.23.43.145]:61570 "EHLO starship.berlin") by vger.kernel.org with ESMTP id ; Tue, 29 Jan 2002 06:24:09 -0500 Content-Type: text/plain; charset=US-ASCII From: Daniel Phillips To: Rik van Riel , Oliver Xymoron Subject: Re: Note describing poor dcache utilization under high memory pressure Date: Tue, 29 Jan 2002 12:28:22 +0100 X-Mailer: KMail [version 1.3.2] Cc: Linus Torvalds , Josh MacDonald , linux-kernel , , In-Reply-To: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Message-Id: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On January 29, 2002 11:59 am, Rik van Riel wrote: > On Mon, 28 Jan 2002, Oliver Xymoron wrote: > > > Somewhere in here, the pages have got to all be marked read-only or > > something. If they're not, then either parent or child writing to > > non-faulting addresses will be writing to shared memory. > > Either that, or we don't populate the page tables of the > parent and the child at all and have the page tables > filled in at fault time. Yes, you could go that route but you'd have to do some weird and wonderful bookkeeping to figure out how to populate those page tables. -- Daniel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/