tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
authorWill Deacon <will@kernel.org>
Wed, 27 Jan 2021 23:53:43 +0000 (23:53 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 29 Jan 2021 19:02:28 +0000 (20:02 +0100)
commitae8eba8b5d723a4ca543024b6e51f4d0f4fb6b6b
tree2161b6f2e88b10c777d793dff2e7359c2b89c370
parent912efa17e5121693dfbadae29768f4144a3f9e62
tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()

Since commit 7a30df49f63a ("mm: mmu_gather: remove __tlb_reset_range()
for force flush"), the 'start' and 'end' arguments to tlb_finish_mmu()
are no longer used, since we flush the whole mm in case of a nested
invalidation.

Remove the unused arguments and update all callers.

Signed-off-by: Will Deacon <will@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Yu Zhao <yuzhao@google.com>
Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Link: https://lkml.kernel.org/r/20210127235347.1402-3-will@kernel.org
arch/ia64/include/asm/tlb.h
arch/x86/kernel/ldt.c
fs/exec.c
include/linux/mm_types.h
mm/hugetlb.c
mm/madvise.c
mm/memory.c
mm/mmap.c
mm/mmu_gather.c
mm/oom_kill.c