commit | a1176734132c630b50908c36563e05fb3599682c | [log] [tgz] |
---|---|---|
author | Guo Ren <guoren@linux.alibaba.com> | Sat Jan 25 00:37:09 2020 +0800 |
committer | Guo Ren <guoren@linux.alibaba.com> | Fri Feb 21 15:43:24 2020 +0800 |
tree | cb054b34a4fb5e0a58c7c5318a5a0ec06432c88a | |
parent | 761b4f694cb90b63ca2739ac8a8a176342636e5e [diff] |
csky: Remove unnecessary flush_icache_* implementation The abiv2 CPUs are all PIPT cache, so there is no need to implement flush_icache_page function. The function flush_icache_user_range hasn't been used, so just remove it. The function flush_cache_range is not necessary for PIPT cache when tlb mapping changed. Signed-off-by: Guo Ren <guoren@linux.alibaba.com>