diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-06-07 19:06:02 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-06-07 19:06:02 +0300 |
commit | a280e358465b4ac8982dc1eb2deebcb020443b7f (patch) | |
tree | 2e8ea05740008b6b2761e30069aefabb1710ca2d /arch/x86/kvm/svm/svm.h | |
parent | f2906aa863381afb0015a9eb7fefad885d4e5a56 (diff) | |
parent | 11d39e8cc43e1c6737af19ca9372e590061b5ad2 (diff) | |
download | linux-a280e358465b4ac8982dc1eb2deebcb020443b7f.tar.xz |
Merge branch 'kvm-5.19-early-fixes' into HEAD
Diffstat (limited to 'arch/x86/kvm/svm/svm.h')
-rw-r--r-- | arch/x86/kvm/svm/svm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/svm/svm.h b/arch/x86/kvm/svm/svm.h index 21c5460e947a..500348c1cb35 100644 --- a/arch/x86/kvm/svm/svm.h +++ b/arch/x86/kvm/svm/svm.h @@ -590,7 +590,7 @@ int nested_svm_check_exception(struct vcpu_svm *svm, unsigned nr, bool has_error_code, u32 error_code); int nested_svm_exit_special(struct vcpu_svm *svm); void nested_svm_update_tsc_ratio_msr(struct kvm_vcpu *vcpu); -void svm_write_tsc_multiplier(struct kvm_vcpu *vcpu, u64 multiplier); +void __svm_write_tsc_multiplier(u64 multiplier); void nested_copy_vmcb_control_to_cache(struct vcpu_svm *svm, struct vmcb_control_area *control); void nested_copy_vmcb_save_to_cache(struct vcpu_svm *svm, |