]> git.baikalelectronics.ru Git - kernel.git/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)
commitb38696f19188e21e86cc4a218be09791bc30822a
tree32ed292d4f6269aed41b2870e6a6b9729db5ed59
parent2f1c29cbd9ee4ae604f70b753d8b09e3a784dd8c
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