diff options
author | Kajol Jain <[email protected]> | 2022-07-11 09:19:26 +0530 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-07-20 22:28:30 +1000 |
commit | db5360840f09eded71009a981084ab10a93a08d8 (patch) | |
tree | d0cd3c8751728c1717b3d9d31eed6ba0091311c6 /lib/mpi/mpi-sub-ui.c | |
parent | b8c7ee79b1a37442a910b8a313045fb9aa639911 (diff) |
powerpc/kvm: Move pmu code in kvm folder to separate file for power9 and later platforms
File book3s_hv_p9_entry.c in powerpc/kvm folder consists of functions
like freeze_pmu, switch_pmu_to_guest and switch_pmu_to_host which are
specific to Performance Monitoring Unit(PMU) for power9 and later
platforms.
For better maintenance, moving pmu related code from
book3s_hv_p9_entry.c to a new file called book3s_hv_p9_perf.c,
without any logic change.
Also make corresponding changes in the Makefile to include
book3s_hv_p9_perf.c during compilation.
Signed-off-by: Kajol Jain <[email protected]>
Reviewed-by: Nicholas Piggin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'lib/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions