]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: Delete the now unused kvm_arch_sched_in()
authorSean Christopherson <seanjc@google.com>
Wed, 22 May 2024 01:40:11 +0000 (18:40 -0700)
committerSean Christopherson <seanjc@google.com>
Tue, 11 Jun 2024 21:18:45 +0000 (14:18 -0700)
commit2a27c431400797e0044872283d1971aa372fcd3a
tree2def068193c45f70f35d360645f1e45277d39cb9
parent8fbb696a8f5372dbf32045c6a03675ee378d6476
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>
arch/arm64/include/asm/kvm_host.h
arch/loongarch/include/asm/kvm_host.h
arch/mips/include/asm/kvm_host.h
arch/powerpc/include/asm/kvm_host.h
arch/riscv/include/asm/kvm_host.h
arch/s390/include/asm/kvm_host.h
arch/x86/kvm/pmu.c
arch/x86/kvm/x86.c
include/linux/kvm_host.h
virt/kvm/kvm_main.c