KVM: SVM: Fold svm_vcpu_init_msrpm() into its sole caller
authorSean Christopherson <seanjc@google.com>
Tue, 10 Jun 2025 22:57:27 +0000 (15:57 -0700)
committerSean Christopherson <seanjc@google.com>
Fri, 20 Jun 2025 20:07:31 +0000 (13:07 -0700)
commit40ba80e4b04364bc5ee7991d6a41475ef8c4e8a1
tree1fd45279a691ad40cdf5de6701332e66386e5600
parent049dff172b6dde91649d65dbdad62e62f4855a97
KVM: SVM: Fold svm_vcpu_init_msrpm() into its sole caller

Fold svm_vcpu_init_msrpm() into svm_recalc_msr_intercepts() now that there
is only the one caller (and because the "init" misnomer is even more
misleading than it was in the past).

No functional change intended.

Link: https://lore.kernel.org/r/20250610225737.156318-23-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
arch/x86/kvm/svm/svm.c