Re: [PATCH 19/31] riscv: use asm-generic/cacheflush.h

2020-05-12 Thread Christoph Hellwig
On Tue, May 12, 2020 at 04:00:26PM -0700, Palmer Dabbelt wrote: > Reviewed-by: Palmer Dabbelt > Acked-by: Palmer Dabbelt > > Were you trying to get these all in at once, or do you want me to take it into > my tree? Except for the small fixups at the beginning of the series this needs to go in to

Re: [PATCH 19/31] riscv: use asm-generic/cacheflush.h

2020-05-12 Thread Palmer Dabbelt
On Sun, 10 May 2020 00:54:58 PDT (-0700), Christoph Hellwig wrote: RISC-V needs almost no cache flushing routines of its own. Rely on asm-generic/cacheflush.h for the defaults. Also remove the pointless __KERNEL__ ifdef while we're at it. --- arch/riscv/include/asm/cacheflush.h | 62 ++