Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 29 Oct 2001 19:06:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 29 Oct 2001 19:05:43 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:24839 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Mon, 29 Oct 2001 19:05:25 -0500 Date: Mon, 29 Oct 2001 16:04:02 -0800 (PST) From: Linus Torvalds To: Hugh Dickins cc: Benjamin LaHaise , "David S. Miller" , Subject: Re: please revert bogus patch to vmscan.c 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 Tue, 30 Oct 2001, Hugh Dickins wrote: > > But was the original flush_tlb_page() fully correct? In i386 it's > if (vma->vm_mm == current->active_mm) > __flush_tlb_one(addr); > without reference to whether vma->vm_mm is active on another cpu. No, you're looking at the UP inline version - the SMP version is elsewhere. 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/