diff options
Diffstat (limited to 'arch/x86/include/asm/kvm-x86-pmu-ops.h')
| -rw-r--r-- | arch/x86/include/asm/kvm-x86-pmu-ops.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/x86/include/asm/kvm-x86-pmu-ops.h b/arch/x86/include/asm/kvm-x86-pmu-ops.h index 058bc636356a..f852b13aeefe 100644 --- a/arch/x86/include/asm/kvm-x86-pmu-ops.h +++ b/arch/x86/include/asm/kvm-x86-pmu-ops.h @@ -12,11 +12,9 @@ BUILD_BUG_ON(1)   * a NULL definition, for example if "static_call_cond()" will be used   * at the call sites.   */ -KVM_X86_PMU_OP(hw_event_available) -KVM_X86_PMU_OP(pmc_idx_to_pmc)  KVM_X86_PMU_OP(rdpmc_ecx_to_pmc)  KVM_X86_PMU_OP(msr_idx_to_pmc) -KVM_X86_PMU_OP(is_valid_rdpmc_ecx) +KVM_X86_PMU_OP_OPTIONAL(check_rdpmc_early)  KVM_X86_PMU_OP(is_valid_msr)  KVM_X86_PMU_OP(get_msr)  KVM_X86_PMU_OP(set_msr)  |