MIPS: mm: Unify ASID version checks
authorPaul Burton <paul.burton@mips.com>
Sat, 2 Feb 2019 01:43:25 +0000 (01:43 +0000)
committerPaul Burton <paul.burton@mips.com>
Mon, 4 Feb 2019 18:56:30 +0000 (10:56 -0800)
commit42d5b846574f0904dbaf9dbdea4f19402589cddf
tree77fdb7637de77008be9443b6b16de0be15beacb5
parent4ebea49ce233ce76421250f113a75d6d33c90e22
MIPS: mm: Unify ASID version checks

Introduce a new check_mmu_context() function to check an mm's ASID
version & get a new one if it's outdated, and a
check_switch_mmu_context() function which additionally sets up the new
ASID & page directory. Simplify switch_mm() & various
get_new_mmu_context() callsites in MIPS KVM by making use of the new
functions, which will help reduce the amount of code that requires
modification to gain MMID support.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
arch/mips/include/asm/mmu_context.h
arch/mips/kvm/trap_emul.c
arch/mips/kvm/vz.c
arch/mips/mm/context.c