powerpc/64s: move THP trace point creation out of hash specific file
authorNicholas Piggin <npiggin@gmail.com>
Wed, 1 Dec 2021 14:41:42 +0000 (00:41 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 Dec 2021 11:57:23 +0000 (22:57 +1100)
commit162b0889bba6e721c33d12e15971618785ca778e
treef71919a8b835fdb15b3439e33abf4b9713482cde
parent3d3282fd34d82caac5005d9c4d4525054eb3cac1
powerpc/64s: move THP trace point creation out of hash specific file

In preparation for making hash MMU support configurable, move THP
trace point function definitions out of an otherwise hash-specific
file.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211201144153.2456614-8-npiggin@gmail.com
arch/powerpc/mm/book3s64/Makefile
arch/powerpc/mm/book3s64/hash_pgtable.c
arch/powerpc/mm/book3s64/trace.c [new file with mode: 0644]