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

csky: Add flush_icache_mm to defer flush icache all



Some CPUs don't support icache.va instruction to maintain the whole
smp cores' icache. Using icache.all + IPI casue a lot on performace
and using defer mechanism could reduce the number of calling icache
_flush_all functions.

Signed-off-by: default avatarGuo Ren <guoren@linux.alibaba.com>
parent cc1f6563
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