[PATCH V5 2/3] riscv: Add ASID-based tlbflushing methods
Christoph Hellwig
hch at lst.de
Sun May 30 23:17:42 PDT 2021
On Sun, May 30, 2021 at 04:49:25PM +0000, guoren at kernel.org wrote:
> From: Guo Ren <guoren at linux.alibaba.com>
>
> Implement optimized version of the tlb flushing routines for systems
> using ASIDs. These are behind the use_asid_allocator static branch to
> not affect existing systems not using ASIDs.
I still think the code duplication and exposing of new code in a global
header here is a bad idea and would suggest the version I sent instead.
More information about the linux-riscv
mailing list