[PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k
Jessica Yu
jeyu at kernel.org
Mon May 18 23:04:44 AEST 2020
+++ Christoph Hellwig [15/05/20 16:36 +0200]:
>flush_icache_range generally operates on kernel addresses, but for some
>reason m68k needed a set_fs override. Move that into the m68k code
>insted of keeping it in the module loader.
>
>Signed-off-by: Christoph Hellwig <hch at lst.de>
>Reviewed-by: Geert Uytterhoeven <geert at linux-m68k.org>
>Acked-by: Geert Uytterhoeven <geert at linux-m68k.org>
>---
> arch/m68k/mm/cache.c | 4 ++++
> kernel/module.c | 8 --------
> 2 files changed, 4 insertions(+), 8 deletions(-)
Thanks for cleaning this up. For module.c:
Acked-by: Jessica Yu <jeyu at kernel.org>
More information about the Linuxppc-dev
mailing list