]> git.itanic.dy.fi Git - linux-stable/commit
mmu_gather: Let there be one tlb_{start,end}_vma() implementation
authorPeter Zijlstra <peterz@infradead.org>
Fri, 8 Jul 2022 07:18:05 +0000 (09:18 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 21 Jul 2022 17:50:13 +0000 (10:50 -0700)
commit18ba064e42df3661e196ab58a23931fc732a420b
tree32ed292d4f6269aed41b2870e6a6b9729db5ed59
parent1d7708e75c49d08392884a08feeebaa3f9d80703
mmu_gather: Let there be one tlb_{start,end}_vma() implementation

Now that architectures are no longer allowed to override
tlb_{start,end}_vma() re-arrange code so that there is only one
implementation for each of these functions.

This much simplifies trying to figure out what they actually do.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/asm-generic/tlb.h