Files
android_kernel_xiaomi_sm8450/arch/riscv/include/asm
Gary Guo f6635f873a riscv: move switch_mm to its own file
switch_mm is an expensive operations that has two users.
flush_icache_deferred is only called within switch_mm and can be moved
together. The function is expected to be more complicated when ASID
support is added, so clean up eagerly.

By moving them to a separate file we also removes some excessive
dependency of tlbflush.h and cacheflush.h.

Signed-off-by: Gary Guo <gary@garyguo.net>
Reviewed-by: Anup Patel <anup@brainfault.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
2019-05-16 20:42:12 -07:00
..
2019-05-16 20:42:11 -07:00
2019-04-25 14:51:10 -07:00
2019-04-25 14:51:09 -07:00
2018-05-07 07:15:41 +02:00
2018-10-22 17:02:23 -07:00
2019-01-07 08:22:41 -08:00