commit | a1e81f9654eef650d3ee35c94a8cab00b5cd379c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Sun Jun 07 21:42:37 2020 -0700 |
committer | Linus Torvalds <[email protected]> | Mon Jun 08 11:05:58 2020 -0700 |
tree | 33d3adf6d83d754159f2760395c0f4c82a681f38 | |
parent | fca7f8e6fdeb716420a348acf6ca9bc7e609f5c0 [diff] |
m68k: implement flush_icache_user_range Rename the current flush_icache_range to flush_icache_user_range as per commit ae92ef8a4424 ("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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Geert Uytterhoeven <[email protected]> Cc: Geert Uytterhoeven <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>