OSDN Git Service

powerpc/mm/book3s/hash: Rename flush_tlb_pmd_range
authorAneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Wed, 7 Sep 2022 08:19:41 +0000 (13:49 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 30 Sep 2022 08:35:52 +0000 (18:35 +1000)
commitd368e0c478a628f36680650f8d1d1634037b046e
treea97c4785ad42e0c7bdb0da9daf6833dd9d650e58
parent7673335e2a0b8e68a2a238773a34e287a089a8fe
powerpc/mm/book3s/hash: Rename flush_tlb_pmd_range

This function does the hash page table update. Hence rename it to
indicate this better to avoid confusion with flush_pmd_tlb_range()

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
[mpe: Drop unnecessary extern]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220907081941.209501-1-aneesh.kumar@linux.ibm.com
arch/powerpc/include/asm/book3s/64/tlbflush-hash.h
arch/powerpc/mm/book3s64/hash_pgtable.c
arch/powerpc/mm/book3s64/hash_tlb.c