]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: implement flush_icache_user_range
authorChristoph Hellwig <hch@lst.de>
Mon, 8 Jun 2020 04:42:37 +0000 (21:42 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 8 Jun 2020 18:05:58 +0000 (11:05 -0700)
commitaa022a63e69c12ee4f15892e836e78667520dbd5
tree33d3adf6d83d754159f2760395c0f4c82a681f38
parent9293d12a48e9e0e64d8f40a7add69a000de5a013
m68k: implement flush_icache_user_range

Rename the current flush_icache_range to flush_icache_user_range as per
commit f0d41414d008 ("PATCH] flush icache in correct context") there
seems to be an assumption that it operates on user addresses.  Add a
flush_icache_range around it that for now is a no-op.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Link: http://lkml.kernel.org/r/20200515143646.3857579-25-hch@lst.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/m68k/include/asm/cacheflush_mm.h
arch/m68k/mm/cache.c