KVM: PPC: Book3S HV: Expose timing functions to module code
authorFabiano Rosas <farosas@linux.ibm.com>
Wed, 25 May 2022 13:05:53 +0000 (10:05 -0300)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 29 Jun 2022 09:21:21 +0000 (19:21 +1000)
commit2861c827286fb6646f6b6caee418efd99992097c
treead9691353581cd74ad732ff03714ba14ff0d3787
parentc3fa64c99c61d99631a8e06a6cf991c35c98ec7d
KVM: PPC: Book3S HV: Expose timing functions to module code

The next patch adds new timing points to the P9 entry path, some of
which are in the module code, so we need to export the timing
functions.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220525130554.2614394-5-farosas@linux.ibm.com
arch/powerpc/kvm/book3s_hv.h
arch/powerpc/kvm/book3s_hv_p9_entry.c