Re: [PATCH V5 2/3] riscv: Add ASID-based tlbflushing methods
From: Christoph Hellwig <hch@lst.de>
Date: 2021-05-31 06:17:49
Also in:
linux-riscv, lkml
From: Christoph Hellwig <hch@lst.de>
Date: 2021-05-31 06:17:49
Also in:
linux-riscv, lkml
On Sun, May 30, 2021 at 04:49:25PM +0000, guoren@kernel.org wrote:
From: Guo Ren <redacted> 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.