Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 20 Feb 2002 09:38:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 20 Feb 2002 09:38:21 -0500 Received: from bay-bridge.veritas.com ([143.127.3.10]:46693 "EHLO svldns02.veritas.com") by vger.kernel.org with ESMTP id ; Wed, 20 Feb 2002 09:38:15 -0500 Date: Wed, 20 Feb 2002 14:38:58 +0000 (GMT) From: Hugh Dickins To: Daniel Phillips cc: Linus Torvalds , Rik van Riel , dmccr@us.ibm.com, Kernel Mailing List , linux-mm@kvack.org, Robert Love , mingo@redhat.com, Andrew Morton , manfred@colorfullife.com, wli@holomorphy.com 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 Wed, 20 Feb 2002, Daniel Phillips wrote: > > Looking at the current try_to_swap_out code I see only a local invalidate, > flush_tlb_page(vma, address), why is that? How do we know that this mm could > not be in context on another cpu? I made the same mistake a few months ago: not noticing #ifndef CONFIG_SMP in the header. arch/i386/kernel/smp.c has the real i386 flush_tlb_page(). Hugh - 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/