Re: [patch] generic nonlinear mappings, 2.5.44-mm2-D0

Ingo Molnar (mingo@elte.hu)
Wed, 23 Oct 2002 00:56:54 +0200 (CEST)


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/