diff options
author | Sean Christopherson <seanjc@google.com> | 2024-05-22 03:40:11 +0200 |
---|---|---|
committer | Sean Christopherson <seanjc@google.com> | 2024-06-11 23:18:45 +0200 |
commit | 2a27c431400797e0044872283d1971aa372fcd3a (patch) | |
tree | 2def068193c45f70f35d360645f1e45277d39cb9 /arch/powerpc/include | |
parent | KVM: x86: Fold kvm_arch_sched_in() into kvm_arch_vcpu_load() (diff) | |
download | linux-2a27c431400797e0044872283d1971aa372fcd3a.tar.xz linux-2a27c431400797e0044872283d1971aa372fcd3a.zip |
KVM: Delete the now unused kvm_arch_sched_in()
Delete kvm_arch_sched_in() now that all implementations are nops.
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
Acked-by: Kai Huang <kai.huang@intel.com>
Link: https://lore.kernel.org/r/20240522014013.1672962-5-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h index 8abac532146e..c4fb6a27fb92 100644 --- a/arch/powerpc/include/asm/kvm_host.h +++ b/arch/powerpc/include/asm/kvm_host.h @@ -897,7 +897,6 @@ struct kvm_vcpu_arch { static inline void kvm_arch_sync_events(struct kvm *kvm) {} static inline void kvm_arch_memslots_updated(struct kvm *kvm, u64 gen) {} static inline void kvm_arch_flush_shadow_all(struct kvm *kvm) {} -static inline void kvm_arch_sched_in(struct kvm_vcpu *vcpu, int cpu) {} static inline void kvm_arch_vcpu_blocking(struct kvm_vcpu *vcpu) {} static inline void kvm_arch_vcpu_unblocking(struct kvm_vcpu *vcpu) {} |