]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/hugetlb: Drop TLB flush from get_clear_flush()
authorAnshuman Khandual <anshuman.khandual@arm.com>
Tue, 10 May 2022 04:39:30 +0000 (10:09 +0530)
committerCatalin Marinas <catalin.marinas@arm.com>
Wed, 11 May 2022 12:53:19 +0000 (13:53 +0100)
commit42dbb8dc8f17da3450ac796236d52077e925f867
tree674183f2a1cb627b61afa80da0e504b6b416fc43
parent3981e65501dd8607e49729002bff0eb5ca3456d3
arm64/hugetlb: Drop TLB flush from get_clear_flush()

This drops now redundant TLB flush in get_clear_flush() which is no longer
required after recent commit aeb04798ebd5 ("tlb: hugetlb: Add more sizes to
tlb_remove_huge_tlb_entry"). It also renames this function i.e dropping off
'_flush' and replacing it with '__contig' as appropriate.

Cc: Will Deacon <will@kernel.org>
Cc: Mike Kravetz <mike.kravetz@oracle.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Link: https://lore.kernel.org/r/20220510043930.2410985-1-anshuman.khandual@arm.com
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/mm/hugetlbpage.c