commit | a75a2df68f87c4924c614204a85b29d82d5c7dc4 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Jun 07 21:42:49 2020 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jun 08 11:05:58 2020 -0700 |
tree | 67c6742af65ab6a401a466446341317e96b8cb19 | |
parent | 79ef1e1fffebcfcb2c93463ca8d0f4a03eceb8f1 [diff] |
nommu: use flush_icache_user_range in brk and mmap These obviously operate on user addresses. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Cc: Greg Ungerer <gerg@linux-m68k.org> Cc: Geert Uytterhoeven <geert@linux-m68k.org> Link: http://lkml.kernel.org/r/20200515143646.3857579-29-hch@lst.de Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>