Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 18 Feb 2002 20:50:15 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 18 Feb 2002 20:50:06 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:28426 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Mon, 18 Feb 2002 20:49:50 -0500 Date: Mon, 18 Feb 2002 17:48:11 -0800 (PST) From: Linus Torvalds To: Rik van Riel cc: Daniel Phillips , Hugh Dickins , , Kernel Mailing List , , Robert Love , , Andrew Morton , , Subject: Re: [RFC] Page table sharing In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 18 Feb 2002, Rik van Riel wrote: > > We'll need protection from the swapout code. Absolutely NOT. If the swapout code unshares or shares the PMD, that's a major bug. The swapout code doesn't need to know one way or the other, because the swapout code never actually touches the pmd itself, it just follows the pointers - it doesn't ever need to worry about the pmd counts at all. Linus - 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/