Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 22 Oct 2002 18:37:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 22 Oct 2002 18:37:39 -0400 Received: from mx1.elte.hu ([157.181.1.137]:57796 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Tue, 22 Oct 2002 18:37:38 -0400 Date: Wed, 23 Oct 2002 00:56:54 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: "David S. Miller" Cc: Andrew Morton , , Subject: Re: [patch] generic nonlinear mappings, 2.5.44-mm2-D0 In-Reply-To: <1035325675.16084.11.camel@rth.ninka.net> 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 Content-Length: 602 Lines: 21 On 22 Oct 2002, David S. Miller wrote: > > - flush_tlb_page(vma, addr); > > + if (flush) > > + flush_tlb_page(vma, addr); > > You're still using page level flushes, even though we agreed that a > range flush one level up was more appropriate. yes - i wanted to keep the ->populate() functions as simple as possible. I hope to get there soon. Ingo - 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/