Skip to content
Commit a1176734 authored by Guo Ren's avatar Guo Ren
Browse files

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: default avatarGuo Ren <guoren@linux.alibaba.com>
parent 761b4f69
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment