Re: [patch] generic nonlinear mappings, 2.5.44-mm2-D0
From: Ingo Molnar <hidden>
Date: 2002-10-22 22:37:39
Also in:
lkml
From: Ingo Molnar <hidden>
Date: 2002-10-22 22:37:39
Also in:
lkml
On 22 Oct 2002, David S. Miller wrote:
quoted
- 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/