powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 22 Oct 2020 06:29:37 +0000 (06:29 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 9 Dec 2020 05:46:55 +0000 (16:46 +1100)
commit1e83396f29d75aae8a1d365f597996fec87ca4d0
treeb67cd12a780265883f37acff46daeb91452b1220
parentfd1b4b7f51d0d75b73eeda41ef459ea7791aaab2
powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()

flush_tlb_range() and flush_tlb_kernel_range() are trivial calls to
flush_range().

Make flush_range() global and inline flush_tlb_range()
and flush_tlb_kernel_range().

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/c7029a78e78709ad9272d7a44260e06b649169b2.1603348103.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/book3s/32/tlbflush.h
arch/powerpc/mm/book3s32/tlb.c