Re: [PATCH 16/31] m68knommu: use asm-generic/cacheflush.h

2020-05-12 Thread Greg Ungerer
Hi Christoph, On 10/5/20 5:54 pm, Christoph Hellwig wrote: m68knommu needs almost no cache flushing routines of its own. Rely on asm-generic/cacheflush.h for the defaults. Signed-off-by: Christoph Hellwig Acked-by: Greg Ungerer Regards Greg --- arch/m68k/include/asm/cacheflush_no.h

[PATCH 16/31] m68knommu: use asm-generic/cacheflush.h

2020-05-10 Thread Christoph Hellwig
m68knommu needs almost no cache flushing routines of its own. Rely on asm-generic/cacheflush.h for the defaults. Signed-off-by: Christoph Hellwig --- arch/m68k/include/asm/cacheflush_no.h | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git