Re: [PATCH v5 6/7] x86/tlb: optimizing flush_tlb_mm

From: Peter Zijlstra
Date: Tue May 15 2012 - 06:00:46 EST


On Tue, 2012-05-15 at 19:52 +1000, Nick Piggin wrote:
>
> It could be warranted to change tlb_flush_mmu to a range API to
> avoid doing the per-entry tracking which those architectures do?

The per-entry could result in a much smaller range, there's no point in
flushing tlbs for unpopulated pages.

Anyway, I don't think even think we'd need to change the API for that,
you could track the entire range through tlb_start_vma() if you wanted
(although nobody does that IIRC).
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/