Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-19 | csky: Use generic asid algorithm to implement switch_mm | Guo Ren | |
Use linux generic asid/vmid algorithm to implement csky switch_mm function. The algorithm is from arm and it could work with SMP system. It'll help reduce tlb flush for switch_mm in task/vm switch. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de> |