aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include
diff options
context:
space:
mode:
authorDeng-Cheng Zhu <dengcheng.zhu@imgtec.com>2014-06-26 15:11:36 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2014-06-30 10:52:02 -0400
commitd98403a525fe1648c516f33e2bf674d277d69135 (patch)
tree2cb239cc4708829314830a32b7747c2ecb3455cd /arch/mips/include
parent6ad78a5c75c5bcfdac4551f7d09b777b3dc3c19c (diff)
MIPS: KVM: Simplify functions by removing redundancy
No logic changes inside. Reviewed-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/mips/include')
-rw-r--r--arch/mips/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/kvm_host.h b/arch/mips/include/asm/kvm_host.h
index 3f813f295134..7a3fc67bd7f9 100644
--- a/arch/mips/include/asm/kvm_host.h
+++ b/arch/mips/include/asm/kvm_host.h
@@ -764,7 +764,7 @@ extern int kvm_mips_trans_mtc0(uint32_t inst, uint32_t *opc,
764 struct kvm_vcpu *vcpu); 764 struct kvm_vcpu *vcpu);
765 765
766/* Misc */ 766/* Misc */
767extern int kvm_mips_dump_stats(struct kvm_vcpu *vcpu); 767extern void kvm_mips_dump_stats(struct kvm_vcpu *vcpu);
768extern unsigned long kvm_mips_get_ramsize(struct kvm *kvm); 768extern unsigned long kvm_mips_get_ramsize(struct kvm *kvm);
769 769
770 770