commit | 9d35dc3006a9865eb5b55cc79df49933601131f8 | [log] [tgz] |
---|---|---|
author | Guo Ren <ren_guo@c-sky.com> | Tue Jun 18 17:20:10 2019 +0800 |
committer | Guo Ren <ren_guo@c-sky.com> | Fri Jul 19 14:21:36 2019 +0800 |
tree | 6f16dbd7f5111bcea394079e199bb68701459235 | |
parent | 4d581034f9086f784a3408575bdb3c201740c6cb [diff] |
csky: Revert mmu ASID mechanism Current C-SKY ASID mechanism is from mips and it doesn't work well with multi-cores. ASID per core mechanism is not suitable for C-SKY SMP tlb maintain operations, eg: tlbi.vas need share the same asid in all processors and it'll invalid the tlb entry in all cores with the same asid. This patch is prepare for new ASID mechanism. Signed-off-by: Guo Ren <ren_guo@c-sky.com> Cc: Arnd Bergmann <arnd@arndb.de>