kernel_optimize_test/arch/mips/kvm
Sean Christopherson 879a37632b KVM: MIPS: Fold comparecount_func() into comparecount_wakeup()
Fold kvm_mips_comparecount_func() into kvm_mips_comparecount_wakeup() to
eliminate the nondescript function name as well as its unnecessary cast
of a vcpu to "unsigned long" and back to a vcpu.  Presumably func() was
used as a callback at some point during pre-upstream development, as
wakeup() is the only user of func() and has been the only user since
both with introduced by commit 669e846e6c ("KVM/MIPS32: MIPS arch
specific APIs for KVM").

Cc: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2020-02-05 15:29:55 +01:00
..
00README.txt
callback.c
commpage.c
commpage.h
dyntrans.c
emulate.c MIPS: Annotate fall-through in kvm/emulate.c 2019-07-18 14:41:04 -07:00
entry.c
fpu.S
hypcall.c
interrupt.c
interrupt.h
Kconfig Make anon_inodes unconditional 2019-04-19 14:03:11 +02:00
Makefile
mips.c KVM: MIPS: Fold comparecount_func() into comparecount_wakeup() 2020-02-05 15:29:55 +01:00
mmu.c mips: add support for folded p4d page tables 2019-11-22 10:51:22 -08:00
msa.S
stats.c
tlb.c
trace.h
trap_emul.c mips: add support for folded p4d page tables 2019-11-22 10:51:22 -08:00
vz.c