]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390/tlb: Add missing TLB range adjustment
authorAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 7 Jan 2025 07:40:06 +0000 (08:40 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Thu, 9 Jan 2025 12:44:48 +0000 (13:44 +0100)
commit03b3e82a78c32c7e4542c33fcd863028cddd9331
tree28a15abde3f19e535207795b42e8fe3e14bbac96
parentd1aa46c83bc4cd08a519819233f432a0fce5119b
s390/tlb: Add missing TLB range adjustment

While converting to generic mmu_gather with commit 9de7d833e370
("s390/tlb: Convert to generic mmu_gather") __tlb_adjust_range()
is called from pte|pmd|p4d_free_tlb(), but not for pud_free_tlb().

__tlb_adjust_range() adjusts the span of TLB range to be flushed,
but s390 does not make use of it. Thus, this change is only for
consistency.

Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/include/asm/tlb.h