perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper
authorZaid Al-Bassam <zalbassam@google.com>
Fri, 17 Mar 2023 19:50:23 +0000 (15:50 -0400)
committerWill Deacon <will@kernel.org>
Mon, 27 Mar 2023 13:01:18 +0000 (14:01 +0100)
commit11fba29a8a1f2fca08f301426b15c62d8a0b8040
tree6f2a90cb7e9dcc0ebcaa45bb842340840c528bc7
parent711432770f78e5a9ae235a1a55decfb71993c958
perf: pmuv3: Move inclusion of kvm_host.h to the arch-specific helper

KVM host support is available only on arm64.

By moving the inclusion of kvm_host.h to an arm64-specific file,
the 32bit architecture will be able to implement dummy helpers.

Signed-off-by: Zaid Al-Bassam <zalbassam@google.com>
Tested-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/r/20230317195027.3746949-5-zalbassam@google.com
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/include/asm/arm_pmuv3.h
drivers/perf/arm_pmuv3.c