diff options
author | Greentime Hu <greentime@andestech.com> | 2018-06-28 18:03:25 +0800 |
---|---|---|
committer | Greentime Hu <greentime@andestech.com> | 2018-07-03 11:11:56 +0800 |
commit | f706abf188a82c9d961ed267a18ff5cb5e9aace9 (patch) | |
tree | 28db7e7a06825befed2c0c3b903f6fefa1818ede /arch/nds32/mm/mmap.c | |
parent | a78945c357f58665d6a5da8a69e085898e831c70 (diff) | |
download | talos-op-linux-f706abf188a82c9d961ed267a18ff5cb5e9aace9.tar.gz talos-op-linux-f706abf188a82c9d961ed267a18ff5cb5e9aace9.zip |
nds32: To implement these icache invalidation APIs since nds32 cores don't snoop
data cache.
This issue is found by Guo Ren. Based on the Documentation/core-api/cachetlb.rst
and it says:
"Any necessary cache flushing or other coherency operations
that need to occur should happen here. If the processor's
instruction cache does not snoop cpu stores, it is very
likely that you will need to flush the instruction cache
for copy_to_user_page()."
"If the icache does not snoop stores then this
routine(flush_icache_range) will need to flush it."
Signed-off-by: Guo Ren <ren_guo@c-sky.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Diffstat (limited to 'arch/nds32/mm/mmap.c')
0 files changed, 0 insertions, 0 deletions