]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
MIPS: mm: Remove local_flush_tlb_mm()
authorPaul Burton <paul.burton@mips.com>
Sat, 2 Feb 2019 01:43:22 +0000 (01:43 +0000)
committerPaul Burton <paul.burton@mips.com>
Mon, 4 Feb 2019 18:56:24 +0000 (10:56 -0800)
commit558ec8ad71c9ec8fd67f388dd74149f9bd095878
tree3b08863fcc817f012b48031ecfbe7f73ce77ea89
parentf7908a007e20fff3d666e0b98eae3b10afb7d533
MIPS: mm: Remove local_flush_tlb_mm()

All 3 variants of local_flush_tlb_mm() are now effectively simple calls
to drop_mmu_context(). Remove them and use drop_mmu_context() directly.

Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
arch/mips/include/asm/tlbflush.h
arch/mips/kernel/smp.c
arch/mips/mm/tlb-r3k.c
arch/mips/mm/tlb-r4k.c
arch/mips/mm/tlb-r8k.c