Re: [PATCH 2/5] arch/kmap: Remove redundant arch specific kmaps

From: Christoph Hellwig
Date: Sun Apr 26 2020 - 03:18:05 EST


On Sat, Apr 25, 2020 at 10:54:03PM -0700, ira.weiny@xxxxxxxxx wrote:
> From: Ira Weiny <ira.weiny@xxxxxxxxx>
>
> The kmap code for all the architectures is almost 100% identical.
>
> Lift the common code to the core. Use ARCH_HAS_KMAP to indicate if an
> arch needs a special kmap.

Can you add a kmap_flush_tlb hook that csky and mips define, and the
just entirely consolidate the code instead?