commit | 14bda7a927336055d7c0deb1483f9cdb687c2080 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <maz@kernel.org> | Fri Nov 13 16:39:44 2020 +0000 |
committer | Marc Zyngier <maz@kernel.org> | Fri Nov 27 11:39:14 2020 +0000 |
tree | e6745f56d0512dc2986fc7a749aadd151feb5136 | |
parent | 6ac4a5ac50d1d25a61aa00e660eebb21a2ff9b96 [diff] |
KVM: arm64: Add kvm_vcpu_has_pmu() helper There are a number of places where we check for the KVM_ARM_VCPU_PMU_V3 feature. Wrap this check into a new kvm_vcpu_has_pmu(), and use it at the existing locations. No functional change. Reviewed-by: Alexandru Elisei <alexandru.elisei@arm.com> Signed-off-by: Marc Zyngier <maz@kernel.org>