commit | 1268c33382facefd9c389d4c425e8f906f279c7b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Jun 07 21:42:26 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jun 08 11:05:58 2020 -0700 |
tree | 0d243c2f736a1a069052ecbf0f2cf69d694950e1 | |
parent | 885f7f8e30468705926b3de53d32925bd7a51a03 [diff] |
asm-generic: add a flush_icache_user_range stub Define flush_icache_user_range to flush_icache_range unless the architecture provides its own implementation. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Arnd Bergmann <arnd@arndb.de> Link: http://lkml.kernel.org/r/20200515143646.3857579-21-hch@lst.de Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>