commit | 70cd3444c17d80d227c9c6ff2287f10b7114e479 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Sun Jun 07 21:42:32 2020 -0700 |
committer | Linus Torvalds <[email protected]> | Mon Jun 08 11:05:58 2020 -0700 |
tree | 5d9d22d0752bfd0a00b564e27d6ca05ec8a9466c | |
parent | 952ec41c44a4e9802f2c991912c117d2347832af [diff] |
xtensa: implement flush_icache_user_range The Xtensa implementation of flush_icache_range seems to be able to cope with user addresses. Just define flush_icache_user_range to flush_icache_range. [[email protected]: fix flush_icache_user_range in noMMU configs] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Max Filippov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Cc: Chris Zankel <[email protected]> Cc: Max Filippov <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>